Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Feb 9, 2021
1 parent b80ccd5 commit a1fa65a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.9.0](https://github.com/marcjulian/nestjs-prisma/compare/v0.8.0...v0.9.0) (2021-02-09)


### Features

* **docker:** update postgres to v13 ([abdb99a](https://github.com/marcjulian/nestjs-prisma/commit/abdb99af14f0c554f7299631780769f62fbfb3f2))
* **prisma:** replace @prisma/cli with prisma ([de1b106](https://github.com/marcjulian/nestjs-prisma/commit/de1b10619dd06362f4752490ed141a71bc0ed1ba))



# [0.8.0](https://github.com/marcjulian/nestjs-prisma/compare/v0.7.0...v0.8.0) (2020-12-13)


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.8.0",
"version": "0.9.0",
"description": "Schematics to add Prisma support to a NestJS application",
"scripts": {
"build": "npm run build:lib && npm run build:schematics",
Expand Down

0 comments on commit a1fa65a

Please sign in to comment.