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

Commit 2436e46

Browse files
Updated version and readme/changelog docs
1 parent acd61a5 commit 2436e46

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.1.2 (2020-01-11)
4+
- Fixed UML generation issue
5+
36
## v1.1.1 (2020-01-11)
47

58
- Fixed build command issue

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typeorm-uml 1.1.1
1+
# typeorm-uml 1.1.2
22

33
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.
44

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-uml",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Generates UML diagrams for TypeORM projects",
55
"author": "Eugene Manuilov <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)