Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Aug 27, 2020
1 parent 1215f21 commit 2b25c1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.4.0](https://github.com/marcjulian/nestjs-prisma/compare/v0.3.0...v0.4.0) (2020-08-27)


### Features

* **prisma:** change prismaVersion to `latest` ([301813b](https://github.com/marcjulian/nestjs-prisma/commit/301813b04e8a40d9b0569c9aaffcb0e678a0e64f))
* **schematics:** save to devDeps ([1215f21](https://github.com/marcjulian/nestjs-prisma/commit/1215f21f3fa165da9b037bd5ebe1d6b43bef5f74))



# [0.3.0](https://github.com/marcjulian/nestjs-prisma/compare/v0.1.1...v0.3.0) (2020-08-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "nestjs-prisma",
"version": "0.3.0",
"version": "0.4.0",
"description": "Schematics to add Prisma support to a NestJS application",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
"rocket": "npm run build && npm publish"
},
"keywords": [
Expand Down

0 comments on commit 2b25c1c

Please sign in to comment.