From f4ca9724896857545dc11de6d9248f176ca6dfa6 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Tue, 27 Sep 2016 15:42:02 +0100 Subject: [PATCH] Add 0.6.1 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0b3b178..d19a40c43 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`) -- GitLab