Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Updated version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Jun 18, 2020
1 parent c47281c commit 2ba776c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.2.1 (2020-06-18)
- Fixed puml diagram downloading issue.

## v1.2.0 (2020-06-18)
- Added GitHub Actions to check build process on push.
- Added GitHub Actions to check generated UML.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# typeorm-uml 1.2.0
# typeorm-uml 1.2.1

A command line tool to generate UML diagrams for Typeorm projects. It uses [plantuml](https://plantuml.com/) to render diagrams and outputs an URL to a diagram.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeorm-uml",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generates UML diagrams for TypeORM projects",
"author": "Eugene Manuilov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2ba776c

Please sign in to comment.