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

Add 0.6.0 changelog

parent 17ab11e2
No related merge requests found
Showing with 18 additions and 0 deletions
+18 -0
## 0.6.0 (September 25, 2016)
### Build Dependency (`react-scripts`)
* Adds an overlay for syntax errors in development. ([@gaearon](https://github.com/gaearon) in [#744](https://github.com/facebookincubator/create-react-app/pull/744))
### Utilities (`react-dev-utils`)
* Adds an alternative WebpackDevServer client that displays the error overlay. ([@gaearon](https://github.com/gaearon) in [#744](https://github.com/facebookincubator/create-react-app/pull/744))
### Migrating from 0.5.1 to 0.6.0
Inside any created project that has not been ejected, run:
```
npm install --save-dev --save-exact react-scripts@0.6.0
```
## 0.5.1 (September 23, 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