diff --git a/CHANGELOG.md b/CHANGELOG.md index d2633b2ba3b99c4b5327461f67a7ee1802e0d5d3..a4300320094559ce06a08fb0efe6ff6f86d448b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ * `react-scripts` * [#1149](https://github.com/facebookincubator/create-react-app/pull/1149) Fix incorrectly stubbing JavaScript files with a dot in the import path in tests. ([@fson](https://github.com/fson)) +### Migrating from 0.8.0 to 0.8.1 + +Inside any created project that has not been ejected, run: + +``` +npm install --save-dev --save-exact react-scripts@0.8.1 +``` + ## 0.8.0 (2016-12-03) #### :rocket: New Feature