diff --git a/CHANGELOG.md b/CHANGELOG.md index b72a54a5..a5e228cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.7](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.6...v2.0.7) (2024-12-03) + + +### Bug fixes + +* remove redundant polyfill ts-replace-all ([#1135](https://github.com/graphql-nexus/nexus-prisma/issues/1135)) ([5563256](https://github.com/graphql-nexus/nexus-prisma/commit/556325693e6f15afc8ae4071d26fbe5e2afa7b72)) + ## [2.0.6](https://github.com/graphql-nexus/nexus-prisma/compare/v2.0.5...v2.0.6) (2024-12-02) diff --git a/package.json b/package.json index c0575bc3..dfa2f3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexus-prisma", - "version": "2.0.6", + "version": "2.0.7", "main": "./dist-cjs/entrypoints/main.js", "repository": "git@github.com:graphql-nexus/nexus-prisma.git", "author": "Jason Kuhrt",