Skip to content

Commit c6e6537

Browse files
gaearonromaindso
authored andcommitted
Add changelog for 1.0.6 (facebook#2348)
1 parent 88bc50a commit c6e6537

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 1.0.6 (May 24, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
6+
7+
* [#2346](https://github.com/facebookincubator/create-react-app/pull/2346) Resolve Flow errors in an ESLint plugin. ([@iainbeeston](https://github.com/iainbeeston))
8+
9+
* `react-dev-utils`
10+
11+
* [#2332](https://github.com/facebookincubator/create-react-app/pull/2332) Fix proxying issues with backends that don't support IPv6. ([@Timer](https://github.com/Timer))
12+
13+
#### :nail_care: Enhancement
14+
* `react-scripts`
15+
16+
* [#2347](https://github.com/facebookincubator/create-react-app/pull/2347) Don't precache `/__*` URLs to fix Firebase hosting. ([@ryansully](https://github.com/ryansully))
17+
18+
#### :memo: Documentation
19+
20+
* README
21+
22+
* [#2334](https://github.com/facebookincubator/create-react-app/pull/2334) Add missing files to the list. ([@jesselpalmer](https://github.com/jesselpalmer))
23+
24+
#### Committers: 4
25+
- Iain Beeston ([iainbeeston](https://github.com/iainbeeston))
26+
- Jesse Palmer ([jesselpalmer](https://github.com/jesselpalmer))
27+
- Joe Haddad ([Timer](https://github.com/Timer))
28+
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
29+
30+
### Migrating from 1.0.5 to 1.0.6
31+
32+
Inside any created project that has not been ejected, run:
33+
34+
```
35+
npm install --save-dev --save-exact react-scripts@1.0.6
36+
```
37+
38+
or
39+
40+
```
41+
yarn add --dev --exact react-scripts@1.0.6
42+
```
43+
144
## 1.0.5 (May 22, 2017)
245

346
#### :bug: Bug Fix

0 commit comments

Comments
 (0)