Skip to content

Commit 530a973

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.1.5...v4.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * Drop Node v14 support ### chore * Drop Node v14 support ([f56ca87](f56ca87))
1 parent f33e0ec commit 530a973

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+
## [4.0.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v3.1.5...v4.0.0) (2023-07-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Drop Node v14 support
7+
8+
### chore
9+
10+
* Drop Node v14 support ([f56ca87](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/f56ca878b57bb1b6af80b127aed59c1570e73986))
11+
112
## [3.1.5](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v3.1.4...v3.1.5) (2023-07-25)
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": "3.1.5",
3+
"version": "4.0.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)