Skip to content

Commit 1e57f80

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.1.0...v3.0.0) (2022-07-07) ### ⚠ BREAKING CHANGES * Drop Node 17 support ### Features * add required properties array ([de95efd](de95efd)) * prettier linting fixes ([07b640a](07b640a)) ### Dependencies and Other Build Updates * **dev-deps:** bump dev-dependencies ([24d8cb7](24d8cb7)) * Drop Node 17 support ([752c0cf](752c0cf))
1 parent 2e5d719 commit 1e57f80

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [3.0.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v2.1.0...v3.0.0) (2022-07-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Drop Node 17 support
7+
8+
### Features
9+
10+
* add required properties array ([de95efd](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/de95efda2760b58ae86eb02c127e5ccc7e3d0f0c))
11+
* prettier linting fixes ([07b640a](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/07b640acb5f4cf3c5a212120760c868067d69101))
12+
13+
14+
### Dependencies and Other Build Updates
15+
16+
* **dev-deps:** bump dev-dependencies ([24d8cb7](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/24d8cb702aef966db79bb4ce2223766671b9d26e))
17+
18+
19+
* Drop Node 17 support ([752c0cf](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/752c0cf175290ee9e3f7d24d2fd68a30f8d08952))
20+
121
## [2.1.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v2.0.17...v2.1.0) (2022-07-07)
222

323

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": "2.1.0",
3+
"version": "3.0.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)