Skip to content

Commit a00156b

Browse files
chore(release): 13.0.0 [skip ci]
## [13.0.0](v12.2.1...v13.0.0) (2021-08-28) ### ⚠ BREAKING CHANGES * Removed deprecated setting `types_*` * Model is regenerating ignoring existing data, any manual changes will be discarded * Enum is regerating now, any manual changes will be discarded ### Features * **configuration:** Option to disable ID graphql type ([8474da7](8474da7)), closes [#44](#44) ### Bug Fixes * Regenerate enum ignoring existing values ([c581bc7](c581bc7)), closes [#45](#45) * Regenerate model ignoring existing data ([62ffd83](62ffd83)), closes [#45](#45) ### Miscellaneous Chores * Removed deprecated setting `types_*` ([3491398](3491398))
1 parent e885672 commit a00156b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [13.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v12.2.1...v13.0.0) (2021-08-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Removed deprecated setting `types_*`
7+
* Model is regenerating ignoring existing data, any manual changes will be discarded
8+
* Enum is regerating now, any manual changes will be discarded
9+
10+
### Features
11+
12+
* **configuration:** Option to disable ID graphql type ([8474da7](https://github.com/unlight/nestjs-graphql-prisma/commit/8474da7c358d0e48f19c9f9db3093770396f20d7)), closes [#44](https://github.com/unlight/nestjs-graphql-prisma/issues/44)
13+
14+
15+
### Bug Fixes
16+
17+
* Regenerate enum ignoring existing values ([c581bc7](https://github.com/unlight/nestjs-graphql-prisma/commit/c581bc7c376921c012a6a24bf30339e578256044)), closes [#45](https://github.com/unlight/nestjs-graphql-prisma/issues/45)
18+
* Regenerate model ignoring existing data ([62ffd83](https://github.com/unlight/nestjs-graphql-prisma/commit/62ffd83064c543f5285f37742e984b7efd9775b1)), closes [#45](https://github.com/unlight/nestjs-graphql-prisma/issues/45)
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Removed deprecated setting `types_*` ([3491398](https://github.com/unlight/nestjs-graphql-prisma/commit/349139894b087c37b521c6e472c1d34ee4997e45))
24+
125
### [12.2.1](https://github.com/unlight/nestjs-graphql-prisma/compare/v12.2.0...v12.2.1) (2021-07-23)
226

327

0 commit comments

Comments
 (0)