Skip to content

Commit 8f969c4

Browse files
chore(release): 5.1.0 [skip ci]
## [5.1.0](v5.0.0...v5.1.0) (2023-11-30) ### Features * Add keepRelationFields ([a963efa](a963efa)) ### Dependencies and Other Build Updates * **dev-deps:** bump @types/node from 20.10.0 to 20.10.1 ([2bfddb5](2bfddb5)) * **dev-deps:** bump @types/node from 20.9.5 to 20.10.0 ([e3bc7a3](e3bc7a3)) * **dev-deps:** bump @typescript-eslint/eslint-plugin ([34e566d](34e566d)) * **dev-deps:** bump @typescript-eslint/eslint-plugin ([bbc14a1](bbc14a1)) * **dev-deps:** bump @typescript-eslint/parser from 6.12.0 to 6.13.0 ([d5ccc5c](d5ccc5c)) * **dev-deps:** bump @typescript-eslint/parser from 6.13.0 to 6.13.1 ([2caae1f](2caae1f))
1 parent a963efa commit 8f969c4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.1.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v5.0.0...v5.1.0) (2023-11-30)
2+
3+
4+
### Features
5+
6+
* Add keepRelationFields ([a963efa](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/a963efa1af0bf28f727dfa5648fd14fe14cf37e6))
7+
8+
9+
### Dependencies and Other Build Updates
10+
11+
* **dev-deps:** bump @types/node from 20.10.0 to 20.10.1 ([2bfddb5](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/2bfddb50ed64af696aa259f805d2243748288691))
12+
* **dev-deps:** bump @types/node from 20.9.5 to 20.10.0 ([e3bc7a3](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/e3bc7a3f068234cf310df00ada9d9ef04d02fd45))
13+
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([34e566d](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/34e566dc3de0978f4a5bb88019c0eb64e8c0e55a))
14+
* **dev-deps:** bump @typescript-eslint/eslint-plugin ([bbc14a1](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/bbc14a1e744de4a20d244581a0242135b279354b))
15+
* **dev-deps:** bump @typescript-eslint/parser from 6.12.0 to 6.13.0 ([d5ccc5c](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/d5ccc5c7f8eced12434bfbb0913eb323adc829d8))
16+
* **dev-deps:** bump @typescript-eslint/parser from 6.13.0 to 6.13.1 ([2caae1f](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/2caae1f06f501f75d0d6d1a67ecbba42177e18b1))
17+
118
## [5.0.0](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v4.1.0...v5.0.0) (2023-11-24)
219

320

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

0 commit comments

Comments
 (0)