Skip to content

Commit f4ca972

Browse files
authored
Add 0.6.1 changelog
1 parent d72c749 commit f4ca972

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.6.1 (September 27, 2016)
2+
3+
### Build Dependency (`react-scripts`)
4+
5+
* 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))
6+
7+
### Utilities (`react-dev-utils`)
8+
9+
* Fixes the syntax error overlay padding. ([@fson](https://github.com/fson) in [#758](https://github.com/facebookincubator/create-react-app/pull/758))
10+
11+
### Migrating from 0.6.0 to 0.6.1
12+
13+
Inside any created project that has not been ejected, run:
14+
15+
```
16+
npm install --save-dev --save-exact react-scripts@0.6.1
17+
```
18+
119
## 0.6.0 (September 25, 2016)
220

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

0 commit comments

Comments
 (0)