Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 16, 2023
1 parent 43e528c commit 3c61f5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.20.0-dev.2",
"version": "0.20.0",
"description": "Library and schematics to add Prisma integration to a NestJS application",
"scripts": {
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 3c61f5d

Please sign in to comment.