From e72a1e748007589dadfb58870fa9988e34d40a7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Feb 2024 09:28:08 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.2...v2.0.3) (2024-02-06) ### Bug fixes * **deps:** update dependency semver to ^7.6.0 ([#978](https://github.com/graphql-nexus/nexus-prisma/issues/978)) ([850b7dd](https://github.com/graphql-nexus/nexus-prisma/commit/850b7dd668620f95d769b910cd1b2a87567a6d19)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f8bdec..ac6d73b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.2...v2.0.3) (2024-02-06) + + +### Bug fixes + +* **deps:** update dependency semver to ^7.6.0 ([#978](https://github.com/graphql-nexus/nexus-prisma/issues/978)) ([850b7dd](https://github.com/graphql-nexus/nexus-prisma/commit/850b7dd668620f95d769b910cd1b2a87567a6d19)) + ## [2.0.2](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.1...v2.0.2) (2024-02-03) diff --git a/package.json b/package.json index 317aa52e..5c812f3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexus-prisma", - "version": "2.0.2", + "version": "2.0.3", "main": "./dist-cjs/entrypoints/main.js", "repository": "git@github.com:graphql-nexus/nexus-prisma.git", "author": "Jason Kuhrt",