Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Changelog for 1.0.10 (#2694)
Browse files Browse the repository at this point in the history
* Add changelog for 1.0.10

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
gaearon authored and wmonk committed Aug 7, 2017
1 parent d6025a3 commit 4d9c829
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 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)

#### :bug: Bug Fix
Expand Down

0 comments on commit 4d9c829

Please sign in to comment.