Skip to content

Commit

Permalink
chore(release): set package.json to 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-11-06)

### Features

* fix failed test ([bd50da7](bd50da7))
* include attribute type in parsed model ([62a0384](62a0384))
* update readme ([3222d30](3222d30))
  • Loading branch information
semantic-release-bot committed Nov 6, 2023
1 parent bd50da7 commit 22888aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.4.0](https://github.com/dangchinh25/prisma-models-graph/compare/v1.3.0...v1.4.0) (2023-11-06)


### Features

* fix failed test ([bd50da7](https://github.com/dangchinh25/prisma-models-graph/commit/bd50da7386bea2219828ad74f8904fa257a77f9c))
* include attribute type in parsed model ([62a0384](https://github.com/dangchinh25/prisma-models-graph/commit/62a038466c2f1c0022a1d94c8ded9a8c66e0fcf2))
* update readme ([3222d30](https://github.com/dangchinh25/prisma-models-graph/commit/3222d308ea679c1493294516e24050fbd2d7b0eb))

# [1.3.0](https://github.com/dangchinh25/prisma-models-graph/compare/v1.2.1...v1.3.0) (2023-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prisma-models-graph",
"description": "Generates a bi-directional models graph for schema without strict relationship",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"bin": {
"prisma-models-graph": "./dist/generator.js"
Expand Down

0 comments on commit 22888aa

Please sign in to comment.