Commit c1221eb1 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Changelog for 1.0.10 (#2694)

* Add changelog for 1.0.10

* Update CHANGELOG.md

* Update CHANGELOG.md
parent 19ba8874
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 38 additions and 0 deletions
+38 -0
## 1.0.10 (June 29, 2017)
#### :bug: Bug Fix
* `react-dev-utils`
* [#2692](https://github.com/facebookincubator/create-react-app/pull/2692) Fix IE11 crash in development. ([@pdhoopr](https://github.com/pdhoopr))
* `create-react-app`
* [#2683](https://github.com/facebookincubator/create-react-app/pull/2683) Fix a typo. ([@BenBrostoff](https://github.com/BenBrostoff))
#### :memo: Documentation
* README
* [#2402](https://github.com/facebookincubator/create-react-app/pull/2402) Added `gluestick` to the alternatives section. ([@JoeCortopassi](https://github.com/JoeCortopassi))
#### Committers: 5
- Ben Brostoff ([BenBrostoff](https://github.com/BenBrostoff))
- Forbes Lindesay ([ForbesLindesay](https://github.com/ForbesLindesay))
- Joe Haddad ([Timer](https://github.com/Timer))
- Patrick Hooper ([pdhoopr](https://github.com/pdhoopr))
- [JoeCortopassi](https://github.com/JoeCortopassi)
### Migrating from 1.0.9 to 1.0.10
Inside any created project that has not been ejected, run:
```
npm install --save --save-exact react-scripts@1.0.10
```
or
```
yarn add --exact react-scripts@1.0.10
```
## 1.0.9 (June 29, 2017) ## 1.0.9 (June 29, 2017)
#### :bug: Bug Fix #### :bug: Bug Fix
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment