From fb88f52814741e9e6216b37aa19a181ce2c45dfe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 10:32:25 +0000 Subject: [PATCH] chore(release): 2.0.8 [skip ci] ## [2.0.8](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.7...v2.0.8) (2024-12-09) ### Bug fixes * **deps:** update dependency debug to ^4.4.0 ([#1147](https://github.com/graphql-nexus/nexus-prisma/issues/1147)) ([48f17db](https://github.com/graphql-nexus/nexus-prisma/commit/48f17db9b2fe50d36021cbf46f7d388825ae6fbd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e228cb..79c0c0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.8](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.7...v2.0.8) (2024-12-09) + + +### Bug fixes + +* **deps:** update dependency debug to ^4.4.0 ([#1147](https://github.com/graphql-nexus/nexus-prisma/issues/1147)) ([48f17db](https://github.com/graphql-nexus/nexus-prisma/commit/48f17db9b2fe50d36021cbf46f7d388825ae6fbd)) + ## [2.0.7](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.6...v2.0.7) (2024-12-03) diff --git a/package.json b/package.json index bfc55979..a2eb1484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexus-prisma", - "version": "2.0.7", + "version": "2.0.8", "main": "./dist-cjs/entrypoints/main.js", "repository": "git@github.com:graphql-nexus/nexus-prisma.git", "author": "Jason Kuhrt",