Skip to content

Commit 1426c62

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.2...v7.0.0) (2021-01-04) ### Bug Fixes * Type mismatch between prisma types ([b5587cd](b5587cd)), closes [#4](#4) ### BREAKING CHANGES * Generated types tries to be compatible with Prisma types, nullability (optional/required) changed for input types
1 parent 2d3c648 commit 1426c62

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v6.0.2...v7.0.0) (2021-01-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Type mismatch between prisma types ([b5587cd](https://github.com/unlight/nestjs-graphql-prisma/commit/b5587cd5c70d3b83fe75734ffd0e8b47125ea50a)), closes [#4](https://github.com/unlight/nestjs-graphql-prisma/issues/4)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Generated types tries to be compatible with Prisma types,
12+
nullability (optional/required) changed for input types
13+
114
## [6.0.2](https://github.com/unlight/nestjs-graphql-prisma/compare/v6.0.1...v6.0.2) (2020-12-23)
215

316

0 commit comments

Comments
 (0)