Skip to content

Commit

Permalink
release: V 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Aug 23, 2019
1 parent 96dbc94 commit aaaaa90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## Version [1.15.1](https://github.com/neo9/n9-node-routing/compare/1.15.0...1.15.1) (2019-08-23)


### httpClient

* Do not stringify error before throwing error ([96dbc94](https://github.com/neo9/n9-node-routing/commit/96dbc94)) (Benjamin Daniel)



# Version [1.15.0](https://github.com/neo9/n9-node-routing/compare/1.14.0...1.15.0) (2019-08-21)


Expand All @@ -15,6 +24,10 @@
* Add total response time ([101d192](https://github.com/neo9/n9-node-routing/commit/101d192)) (Clement Petit)
* Fix enableLogFormatJSON default behaviour and add tests ([2311958](https://github.com/neo9/n9-node-routing/commit/2311958)) (Clement Petit)

### release

* V 1.15.0 ([f5704a6](https://github.com/neo9/n9-node-routing/commit/f5704a6)) (Benjamin Daniel)

### tests

* Improve tests readability and add one for 403 errors ([4e2276b](https://github.com/neo9/n9-node-routing/commit/4e2276b)) (Benjamin Daniel)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "n9-node-routing",
"version": "1.15.0",
"version": "1.15.1",
"description": "Library to easily start app with routing-controllers",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit aaaaa90

Please sign in to comment.