Skip to content

Commit 7ae6ab1

Browse files
authored
Changelog for 1.0.16 (#3376)
1 parent 1740c3f commit 7ae6ab1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 1.0.16 (October 31, 2017) 🎃
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#3374](https://github.com/facebookincubator/create-react-app/pull/3374) Set correct image type and sizes in `manifest.json`. ([@piotr-cz](https://github.com/piotr-cz))
8+
9+
* `react-dev-utils`
10+
11+
* [#3368](https://github.com/facebookincubator/create-react-app/pull/3368) Fix a crash in development mode in older browsers. ([@felthy](https://github.com/felthy))
12+
13+
#### Committers: 2
14+
15+
- Dan Abramov ([gaearon](https://github.com/gaearon))
16+
- Piotr ([piotr-cz](https://github.com/piotr-cz))
17+
18+
### Migrating from 1.0.15 to 1.0.16
19+
20+
Inside any created project that has not been ejected, run:
21+
22+
```
23+
npm install --save --save-exact react-scripts@1.0.16
24+
```
25+
26+
or
27+
28+
```
29+
yarn add --exact react-scripts@1.0.16
30+
```
31+
132
## 1.0.15 (October 30, 2017)
233

334
#### :bug: Bug Fix

0 commit comments

Comments
 (0)