diff --git a/CHANGES.md b/CHANGES.md index af757b49..8fe1efd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.7.0 / 2016-01-05 + **Fixed:** - Fall back to nwb's dependencies in Webpack config instead of using an alias so `babel-runtime` can be picked up when `optional: ['runtime']` is used [hopefully fixing the weird `/node_modules/node_modules/` issue seen in [#37](https://github.com/insin/nwb/issues/37)] diff --git a/package.json b/package.json index db4f493a..ca24d1bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "CLI tool for React apps and components & plain JS apps and npm modules", - "version": "0.6.4", + "version": "0.7.0", "license": "MIT", "author": "Jonny Buchanan ", "bin": {