Changelog for 1.0.16 (#3376)

This commit is contained in:
Dan Abramov
2017-10-31 10:38:03 +00:00
committed by GitHub
parent 1740c3fe61
commit 7ae6ab1017

View File

@@ -1,3 +1,34 @@
## 1.0.16 (October 31, 2017) 🎃
#### :bug: Bug Fix
* `react-scripts`
* [#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))
* `react-dev-utils`
* [#3368](https://github.com/facebookincubator/create-react-app/pull/3368) Fix a crash in development mode in older browsers. ([@felthy](https://github.com/felthy))
#### Committers: 2
- Dan Abramov ([gaearon](https://github.com/gaearon))
- Piotr ([piotr-cz](https://github.com/piotr-cz))
### Migrating from 1.0.15 to 1.0.16
Inside any created project that has not been ejected, run:
```
npm install --save --save-exact react-scripts@1.0.16
```
or
```
yarn add --exact react-scripts@1.0.16
```
## 1.0.15 (October 30, 2017)
#### :bug: Bug Fix