From 27933cd3363ca522e886961b244396727f2c3cd4 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Wed, 23 Dec 2015 02:47:24 +0000 Subject: [PATCH] Release v0.6.0 --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1892939d..88ac6e6a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.6.0 / 2015-12-23 + **Added:** - Added an `nwb init` command - same as `nwb new` but creates a project in the current directory and uses the directory name by default [[#25](https://github.com/insin/nwb/issues/25)] diff --git a/package.json b/package.json index 201a5b38..33edb7bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "A development tool for React, other web apps and npm web modules", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "author": "Jonny Buchanan ", "bin": {