Skip to content

Commit

Permalink
chore(release): 16.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [16.0.0](v15.3.2...v16.0.0) (2022-05-22)

### ⚠ BREAKING CHANGES

* @type decorator will be added to all input classes

### Bug Fixes

* Create decimal value object ([f368231](f368231)), closes [#113](#113)
* No atomic operations for scalar input list ([e55767b](e55767b))
  • Loading branch information
semantic-release-bot committed May 22, 2022
1 parent 82d72d8 commit 1001aed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [16.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v15.3.2...v16.0.0) (2022-05-22)


### ⚠ BREAKING CHANGES

* @Type decorator will be added to all input classes

### Bug Fixes

* Create decimal value object ([f368231](https://github.com/unlight/nestjs-graphql-prisma/commit/f368231ac4c97a51a60b98e140623e84a28e3e63)), closes [#113](https://github.com/unlight/nestjs-graphql-prisma/issues/113)
* No atomic operations for scalar input list ([e55767b](https://github.com/unlight/nestjs-graphql-prisma/commit/e55767b37ba2148453ef3bc9d6a0ff580e588cba))

### [15.3.2](https://github.com/unlight/nestjs-graphql-prisma/compare/v15.3.1...v15.3.2) (2022-05-22)


Expand Down

0 comments on commit 1001aed

Please sign in to comment.