You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff 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:
0 commit comments