diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa0a2f..3302d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Nothing yet! +# [0.20.0](https://github.com/notiz-dev/nestjs-prisma/compare/v0.19.0...v0.20.0) (2023-01-16) + +### Added + +- simplify error handling flow ([#39](https://github.com/notiz-dev/nestjs-prisma/pull/39)) +- support custom location/multiple Prisma Clients and extensions preview + # [0.19.0](https://github.com/notiz-dev/nestjs-prisma/compare/v0.18.0...v0.19.0) (2022-10-14) ### Added diff --git a/package-lock.json b/package-lock.json index 2161de9..6b1c109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-prisma", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nestjs-prisma", - "version": "0.19.0", + "version": "0.20.0", "license": "MIT", "dependencies": { "@angular-devkit/core": "^13.3.0", diff --git a/package.json b/package.json index 60d2148..469625e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-prisma", - "version": "0.20.0-dev.2", + "version": "0.20.0", "description": "Library and schematics to add Prisma integration to a NestJS application", "scripts": { "prebuild": "rimraf dist",