diff --git a/CHANGES.md b/CHANGES.md index 34ded955..ecd2ceb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.14.3 / 2017-01-21 + +**Fixed:** + +- Fix `inferno build` command [[#241](https://github.com/insin/nwb/issues/241)] [[balazs4][balazs4]] + # 0.14.2 / 2017-01-20 **Fixed:** @@ -1100,5 +1106,6 @@ First 0.x release. +[balazs4]: https://github.com/balazs4 [jihchi]: https://github.com/jihchi [ntwcklng]: https://github.com/ntwcklng diff --git a/package.json b/package.json index 5ed5a60c..abc525e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb", "description": "Develop React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)", - "version": "0.14.2", + "version": "0.14.3", "license": "MIT", "author": "Jonny Buchanan ", "bin": {