Skip to content

Commit

Permalink
chore(release): set package.json to 1.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.7](v1.1.6...v1.1.7) (2023-11-04)

### Bug Fixes

* add async await ([8e198e8](8e198e8))
* update workflow ([2c8ac6e](2c8ac6e))
  • Loading branch information
semantic-release-bot committed Nov 4, 2023
1 parent 322d94e commit 996bec2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.7](https://github.com/dangchinh25/prisma-models-graph/compare/v1.1.6...v1.1.7) (2023-11-04)


### Bug Fixes

* add async await ([8e198e8](https://github.com/dangchinh25/prisma-models-graph/commit/8e198e8eb4abf67ac97983e7a2c2d42695d5a3ed))
* update workflow ([2c8ac6e](https://github.com/dangchinh25/prisma-models-graph/commit/2c8ac6e80d0caa39669c1ed5b6259ac1d226a12a))

## [1.1.6](https://github.com/dangchinh25/prisma-models-graph/compare/v1.1.5...v1.1.6) (2023-11-03)


Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "1.1.7",
"license": "MIT",
"bin": "./dist/generator.js",
"engines": {
Expand Down Expand Up @@ -78,4 +78,4 @@
]
]
}
}
}

0 comments on commit 996bec2

Please sign in to comment.