From e43776526e0897fb74d006b5c8d382f83d0e13d4 Mon Sep 17 00:00:00 2001 From: Benjamin Daniel Date: Tue, 2 Apr 2019 16:27:19 +0200 Subject: [PATCH] release: V 1.13.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5013fc1..23f4663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ +# Version [1.13.0](https://github.com/neo9/n9-node-routing/compare/1.12.3...1.13.0) (2019-04-02) + + +### hooks + +* Add shutdown and ping hooks ([7678d0d](https://github.com/neo9/n9-node-routing/commit/7678d0d)) (Benjamin Daniel) + + + ## Version [1.12.3](https://github.com/neo9/n9-node-routing/compare/1.12.2...1.12.3) (2019-03-14) +### release + +* V 1.12.3 ([c0bdb6d](https://github.com/neo9/n9-node-routing/commit/c0bdb6d)) (Benjamin Daniel) + ### yarn * Upgrade n9-node-utils to 1.8.1 ([73f2c0f](https://github.com/neo9/n9-node-routing/commit/73f2c0f)) (Benjamin Daniel) diff --git a/package.json b/package.json index 27821ce..2c5a029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n9-node-routing", - "version": "1.12.3", + "version": "1.13.0", "description": "Library to easily start app with routing-controllers", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",