Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2023-11-03)

### Bug Fixes

* test write to 2 location ([b7f669e](b7f669e))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent b7f669e commit 56c4c28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.5](https://github.com/dangchinh25/prisma-models-graph/compare/v1.1.4...v1.1.5) (2023-11-03)


### Bug Fixes

* test write to 2 location ([b7f669e](https://github.com/dangchinh25/prisma-models-graph/commit/b7f669ebb8f53ab0c25adcea26bd9fcb1f84cf9c))

## [1.1.4](https://github.com/dangchinh25/prisma-models-graph/compare/v1.1.3...v1.1.4) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/generator/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.1.4",
"version": "1.1.5",
"main": "dist/generator.js",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit 56c4c28

Please sign in to comment.