Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Oct 14, 2022
1 parent efbbe37 commit 78549f7
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
Expand Up @@ -2,6 +2,17 @@

Nothing yet!

# [0.19.0](https://github.com/notiz-dev/nestjs-prisma/compare/v0.18.0...v0.19.0) (2022-10-14)

### Added

- catch `Prisma.NotFoundError` of `findFirstOrThrow` and `findUniqueOrThrow` with `PrismaClientExceptionFilter`

### Fixed

- fix: shutdownHooks in microservice context ([#32](https://github.com/notiz-dev/nestjs-prisma/issues/32))


# [0.18.0](https://github.com/notiz-dev/nestjs-prisma/compare/v0.17.0...v0.18.0) (2022-08-18)

### Added
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": "nestjs-prisma",
"version": "0.19.0-dev.1",
"version": "0.19.0",
"description": "Library and schematics to add Prisma integration to a NestJS application",
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 78549f7

Please sign in to comment.