Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.18...v2.0.0) (2023-08-01)

### ⚠ BREAKING CHANGES

* **deps:** Upgrade prisma dependencies to v5

### chore

* **deps:** update prisma monorepo to v5 (major) ([#656](#656)) ([c19b45d](c19b45d))
  • Loading branch information
semantic-release-bot committed Aug 1, 2023
1 parent c19b45d commit 20f7064
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/graphql-nexus/nexus-prisma/compare/v1.0.18...v2.0.0) (2023-08-01)


### ⚠ BREAKING CHANGES

* **deps:** Upgrade prisma dependencies to v5

### chore

* **deps:** update prisma monorepo to v5 (major) ([#656](https://github.com/graphql-nexus/nexus-prisma/issues/656)) ([c19b45d](https://github.com/graphql-nexus/nexus-prisma/commit/c19b45d8ec2cb11cc04a52ff4f7319c351476c79))

## [1.0.18](https://github.com/graphql-nexus/nexus-prisma/compare/v1.0.17...v1.0.18) (2023-07-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexus-prisma",
"version": "1.0.18",
"version": "2.0.0",
"main": "./dist-cjs/entrypoints/main.js",
"repository": "[email protected]:graphql-nexus/nexus-prisma.git",
"author": "Jason Kuhrt",
Expand Down

0 comments on commit 20f7064

Please sign in to comment.