Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [13.0.0](unlight/prisma-nestjs-graphql@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](unlight/prisma-nestjs-graphql@8474da7)), closes [#44](unlight/prisma-nestjs-graphql#44)

### Bug Fixes

* Regenerate enum ignoring existing values ([c581bc7](unlight/prisma-nestjs-graphql@c581bc7)), closes [#45](unlight/prisma-nestjs-graphql#45)
* Regenerate model ignoring existing data ([62ffd83](unlight/prisma-nestjs-graphql@62ffd83)), closes [#45](unlight/prisma-nestjs-graphql#45)

### Miscellaneous Chores

* Removed deprecated setting `types_*` ([3491398](unlight/prisma-nestjs-graphql@3491398))
  • Loading branch information
eiten0803 committed Aug 28, 2021
1 parent 33c8269 commit ba91864
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [13.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/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](https://github.com/unlight/nestjs-graphql-prisma/commit/8474da7c358d0e48f19c9f9db3093770396f20d7)), closes [#44](https://github.com/unlight/nestjs-graphql-prisma/issues/44)


### Bug Fixes

* 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)
* 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)


### Miscellaneous Chores

* Removed deprecated setting `types_*` ([3491398](https://github.com/unlight/nestjs-graphql-prisma/commit/349139894b087c37b521c6e472c1d34ee4997e45))

### [12.2.1](https://github.com/unlight/nestjs-graphql-prisma/compare/v12.2.0...v12.2.1) (2021-07-23)


Expand Down

0 comments on commit ba91864

Please sign in to comment.