Skip to content

Commit ad420d7

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.1.0...v5.0.0) (2023-11-24) ### ⚠ BREAKING CHANGES * Drop Node.js v16.0.0 ### Features * Drop Node.js v16.0.0 ([1345042](1345042))
1 parent 608bd49 commit ad420d7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v4.1.0...v5.0.0) (2023-11-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Drop Node.js v16.0.0
7+
8+
### Features
9+
10+
* Drop Node.js v16.0.0 ([1345042](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/13450422e6476024f10d020144ab73a06cc300ed))
11+
112
## [4.1.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v4.0.0...v4.1.0) (2023-11-24)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "prisma-json-schema-generator",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)