Skip to content

Commit f3c939d

Browse files
authored
Add 0.6.0 changelog
1 parent 17ab11e commit f3c939d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.6.0 (September 25, 2016)
2+
3+
### Build Dependency (`react-scripts`)
4+
5+
* Adds an overlay for syntax errors in development. ([@gaearon](https://github.com/gaearon) in [#744](https://github.com/facebookincubator/create-react-app/pull/744))
6+
7+
### Utilities (`react-dev-utils`)
8+
9+
* 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))
10+
11+
### Migrating from 0.5.1 to 0.6.0
12+
13+
Inside any created project that has not been ejected, run:
14+
15+
```
16+
npm install --save-dev --save-exact [email protected]
17+
```
18+
119
## 0.5.1 (September 23, 2016)
220

321
### Build Dependency (`react-scripts`)

0 commit comments

Comments
 (0)