Commit f4ca9724 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Add 0.6.1 changelog

parent d72c7493
No related merge requests found
Showing with 18 additions and 0 deletions
+18 -0
## 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`)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment