Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Aug 6, 2020
1 parent a4f2a9d commit 813c33d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.1.1 (2020-08-06)


### Features

* **prisma:** add npm scripts, prisma service and docker option ([9ff09a7](https://github.com/marcjulian/nestjs-prisma/commit/9ff09a72f709a70873962dd5009a9c3c5b3adf16))
* **prisma:** add prisma cli and client dependencies ([ddf01fe](https://github.com/marcjulian/nestjs-prisma/commit/ddf01fea6fa95bda07416553f922b1f2136affe7))



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json --watch",
"test": "npm run build && jasmine src/**/*_spec.js"
"test": "npm run build && jasmine src/**/*_spec.js",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s"
},
"keywords": [
"schematics",
Expand Down

0 comments on commit 813c33d

Please sign in to comment.