From 208a4b1c275fd6eb0302ae54958f5245c8f4ca0c Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Sat, 11 Feb 2017 13:51:05 +1000 Subject: [PATCH] Release v0.15.6 --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cbcf62eb..db23f333 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.15.6 / 2017-02-11 + +**Changed:** + +- Explicitly call `process.exit(0)` from the `nwb` command when there are no errors running a command [[#262](https://github.com/insin/nwb/pull/262)] + # 0.15.5 / 2017-02-06 **Fixed:** diff --git a/package.json b/package.json index ae16d5bf..41063ac3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)", - "version": "0.15.5", + "version": "0.15.6", "license": "MIT", "author": "Jonny Buchanan ", "bin": {