diff --git a/CHANGES.md b/CHANGES.md index fc0ea49b..543c4073 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.4.1 / 2015-12-13 + +**Fixed:** + +- Bad npm package for 0.4.0 - npm was reading the new `files` config from `package.json` in templates for React components/web modules and applying it when packing nwb itself for publishing. + # 0.4.0 / 2015-12-11 **Added:** diff --git a/package.json b/package.json index bf47df7c..ecf0c76a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "npm web builder - a development tool for React and web modules", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "author": "Jonny Buchanan ", "bin": {