From 576313e4a43c39db711360873cee542b0b82720d Mon Sep 17 00:00:00 2001 From: Miguel Martins Date: Wed, 5 Apr 2017 17:58:25 +0100 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ceded..1dd5fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.0.1](https://github.com/uphold/process-manager/releases/tag/v1.0.1) (2017-04-05) +- Fix uncaughtException forcing shutdown [\#24](https://github.com/uphold/process-manager/pull/24) ([kurayama](https://github.com/kurayama)) + ## [v1.0.0](https://github.com/uphold/process-manager/releases/tag/v1.0.0) (2017-03-23) - Fix changelog future release tag [\#23](https://github.com/uphold/process-manager/pull/23) ([kurayama](https://github.com/kurayama)) - Remove dots in log messages [\#21](https://github.com/uphold/process-manager/pull/21) ([kurayama](https://github.com/kurayama)) diff --git a/package.json b/package.json index 514e54a..a9e7107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/process-manager", - "version": "1.0.0", + "version": "1.0.1", "description": "A module for handling the lifecycle of a node process", "keywords": [ "graceful",