diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0b3b178ece16d97752df9ff2e651c7f4ac7d04..d19a40c4340f409f07d766c5787dc7f4e21702de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.6.1 (September 27, 2016) + +### Build Dependency (`react-scripts`) + +* Babel and ESLint configuration is now placed into `package.json` after ejecting. ([@montogeek](https://github.com/montogeek) in [#773](https://github.com/facebookincubator/create-react-app/pull/773)) + +### Utilities (`react-dev-utils`) + +* Fixes the syntax error overlay padding. ([@fson](https://github.com/fson) in [#758](https://github.com/facebookincubator/create-react-app/pull/758)) + +### Migrating from 0.6.0 to 0.6.1 + +Inside any created project that has not been ejected, run: + +``` +npm install --save-dev --save-exact react-scripts@0.6.1 +``` + ## 0.6.0 (September 25, 2016) ### Build Dependency (`react-scripts`)