diff --git a/CHANGES.md b/CHANGES.md index 1def584e..36de2e6a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +# 0.15.3 / 2017-01-25 + **Fixed:** - Added a missing `.default` to the Preact project skeleton where CommonJS `require()` was being used to import an ES module [[#245](https://github.com/insin/nwb/issues/245)] diff --git a/package.json b/package.json index 8e105a25..4deb903d 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.2", + "version": "0.15.3", "license": "MIT", "author": "Jonny Buchanan ", "bin": {