Skip to content

Commit c1221eb

Browse files
authored
Changelog for 1.0.10 (#2694)
* Add changelog for 1.0.10 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 19ba887 commit c1221eb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 1.0.10 (June 29, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-dev-utils`
6+
7+
* [#2692](https://github.com/facebookincubator/create-react-app/pull/2692) Fix IE11 crash in development. ([@pdhoopr](https://github.com/pdhoopr))
8+
9+
* `create-react-app`
10+
* [#2683](https://github.com/facebookincubator/create-react-app/pull/2683) Fix a typo. ([@BenBrostoff](https://github.com/BenBrostoff))
11+
12+
#### :memo: Documentation
13+
14+
* README
15+
16+
* [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi))
17+
18+
#### Committers: 5
19+
- Ben Brostoff ([BenBrostoff](https://github.com/BenBrostoff))
20+
- Forbes Lindesay ([ForbesLindesay](https://github.com/ForbesLindesay))
21+
- Joe Haddad ([Timer](https://github.com/Timer))
22+
- Patrick Hooper ([pdhoopr](https://github.com/pdhoopr))
23+
- [JoeCortopassi](https://github.com/JoeCortopassi)
24+
25+
### Migrating from 1.0.9 to 1.0.10
26+
27+
Inside any created project that has not been ejected, run:
28+
29+
```
30+
npm install --save --save-exact [email protected]
31+
```
32+
33+
or
34+
35+
```
36+
yarn add --exact [email protected]
37+
```
38+
139
## 1.0.9 (June 29, 2017)
240

341
#### :bug: Bug Fix

0 commit comments

Comments
 (0)