diff --git a/CHANGELOG.md b/CHANGELOG.md index e78b227ac1e302de192ad61e75d9495436c3c0d4..2dc5f0b352b579513acbe1a16820958be8fb4ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,7 @@ +## <s>0.9.1 (February 25, 2017)</s> ## 0.9.2 (February 26, 2017) -#### :bug: Bug Fix -* `react-scripts` - * [#1647](https://github.com/facebookincubator/create-react-app/pull/1647) Fix `npm test` on Windows ([@gaearon](https://github.com/gaearon)) - - Fixes a regression introduced in 0.9.1. - -### Migrating from 0.9.1 to 0.9.2 - -Inside any created project that has not been ejected, run: - -``` -npm install --save-dev --save-exact react-scripts@0.9.2 -``` - -## 0.9.1 (February 25, 2017) - -### Note: There is a known issue with [`npm test` failing on Windows](https://github.com/facebookincubator/create-react-app/issues/1645). We’re looking into it. +**There was a bug in 0.9.1, so you should update directly to 0.9.2 instead.** #### :nail_care: Enhancement @@ -61,6 +46,9 @@ npm install --save-dev --save-exact react-scripts@0.9.2 * [#1628](https://github.com/facebookincubator/create-react-app/pull/1628) Show correct port for pushstate-server URL text. ([@mattccrampton](https://github.com/mattccrampton)) + * [#1647](https://github.com/facebookincubator/create-react-app/pull/1647) Fix `npm test` on Windows ([@gaearon](https://github.com/gaearon)) + + #### :memo: Documentation * User Guides * [#1391](https://github.com/facebookincubator/create-react-app/pull/1391) Add note how to resolve missing required files for Heroku. ([@sbritoig](https://github.com/sbritoig)) @@ -132,12 +120,12 @@ npm install --save-dev --save-exact react-scripts@0.9.2 - kiran ps ([kiranps](https://github.com/kiranps)) - pd4d10 ([pd4d10](https://github.com/pd4d10)) -### Migrating from 0.9.0 to 0.9.1 +### Migrating from 0.9.0 to 0.9.2 Inside any created project that has not been ejected, run: ``` -npm install --save-dev --save-exact react-scripts@0.9.1 +npm install --save-dev --save-exact react-scripts@0.9.2 ``` You may also optionally update the global command-line utility for more efficient installs (thanks [@n3tr](https://github.com/n3tr)):