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

Commit

Permalink
Added changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Jan 11, 2020
1 parent 13aeabf commit ceec3a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v1.1.0 (2020-01-11)

- Added `--download` option to download a diagram.
- Added `--include` option to include only specific entities to the diagram.
- Added `--exclude` option to exclude specific entities from the diagram.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Add a new script to your `package.json` to be able to run it:
"name": "myproject",
"scripts": {
"db:diagram": "typeorm-uml ormconfig.json"
},
...
}
}
```

Expand Down

0 comments on commit ceec3a9

Please sign in to comment.