diff --git a/.npmignore b/.npmignore index 9daeafb..f638f3d 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,3 @@ +.gitignore +.npmignore test diff --git a/CHANGELOG.md b/CHANGES.md similarity index 82% rename from CHANGELOG.md rename to CHANGES.md index c384e75..4d2155c 100644 --- a/CHANGELOG.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# v3.0.0 - 2015-11-19 + +**Breaking change:** CoffeeScript is no longer supported, as hot reloading now depends on Babel plugins. + +**Changed:** Now using the same hot reloading implementation as [https://github.com/gaearon/react-transform-boilerplate](react-transform-boilerplate) - benefits include syntax errors and rendering errors now being displayed as an overlay they happen ([#9](https://github.com/insin/react-heatpack/issues/9)) + +**Added:** `-i`/`--info` option to enable display of webpack stats when there are no errors. + # v2.0.0 - 2015-10-17 **Breaking change:** Now uses React 0.14 and ReactDOM. diff --git a/package.json b/package.json index 533a8e6..4c65473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-heatpack", - "version": "2.0.0", + "version": "3.0.0", "description": "A 'heatpack' command for quick React development with webpack hot reloading", "repository": { "type": "git",