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
# By Dan Abramov (5) and others
# Via Dan Abramov
* 'master' of https://github.com/facebookincubator/create-react-app:
docs(readme): peer dependencies applied (facebook#818)
Fix typos on ISSUE_TEMPLATE.md (facebook#817)
Add explicit linebreaks (facebook#813)
Fix typo (facebook#810)
Fix some typos (facebook#809)
Beaufity output of eject.js script (facebook#769)
Define process.env as object (facebook#807)
Typo fix in webpack.config.dev.js comments (facebook#777)
Add Netlify to deploy instructions
Fix usage example to match react-dev-utils@0.2.x API
Relaxed eslint rule no-unused-expressions (facebook#724)
Fix the doc
Publish
Add 0.6.1 changelog
Moved Babel and ESLint config to package.json after ejecting (facebook#773)
Conflicts:
packages/react-scripts/package.json
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