From 3c61f5de0e552e3392f2ee3e7bb9d4f435b714e8 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:24:19 +0100 Subject: [PATCH] 0.20.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",