From e2efb906b42036f37629ab8953e1b3f0fdd9a56c Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Sun, 13 Dec 2015 15:42:59 +0000 Subject: [PATCH] Release v0.4.1 --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": {