From f59510da94a7e8a479499d5cc25da833162c094b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 15:55:14 +0000 Subject: [PATCH] chore(release): 18.0.1 [skip ci] ## [18.0.1](https://github.com/unlight/nestjs-graphql-prisma/compare/v18.0.0...v18.0.1) (2023-05-09) ### Bug Fixes * Select input type from multiple options ([81aeb02](https://github.com/unlight/nestjs-graphql-prisma/commit/81aeb02adf7a05210e414bd5d51d342d0cc23770)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9368287..23c7d753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [18.0.1](https://github.com/unlight/nestjs-graphql-prisma/compare/v18.0.0...v18.0.1) (2023-05-09) + + +### Bug Fixes + +* Select input type from multiple options ([81aeb02](https://github.com/unlight/nestjs-graphql-prisma/commit/81aeb02adf7a05210e414bd5d51d342d0cc23770)) + ## [18.0.0](https://github.com/unlight/nestjs-graphql-prisma/compare/v17.1.0...v18.0.0) (2023-04-02)