From 4dbdcefb76aa87fd7a08f989de07b08552c731cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 20:10:11 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.4...v2.0.5) (2024-02-23) ### Bug fixes * **deps:** update dependency graphql-scalars to ^1.22.5 ([#1006](https://github.com/graphql-nexus/nexus-prisma/issues/1006)) ([ca82c45](https://github.com/graphql-nexus/nexus-prisma/commit/ca82c453d8c88e1ca814f38f1002bc6b1dd10cab)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaec15bd..18cabc027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.4...v2.0.5) (2024-02-23) + + +### Bug fixes + +* **deps:** update dependency graphql-scalars to ^1.22.5 ([#1006](https://github.com/graphql-nexus/nexus-prisma/issues/1006)) ([ca82c45](https://github.com/graphql-nexus/nexus-prisma/commit/ca82c453d8c88e1ca814f38f1002bc6b1dd10cab)) + ## [2.0.4](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.3...v2.0.4) (2024-02-17) diff --git a/package.json b/package.json index e37c7b5d5..a6e8da98f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexus-prisma", - "version": "2.0.4", + "version": "2.0.5", "main": "./dist-cjs/entrypoints/main.js", "repository": "git@github.com:graphql-nexus/nexus-prisma.git", "author": "Jason Kuhrt",