Skip to content

Commit

Permalink
Add "Migrating" section
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 22, 2017
1 parent d72b6b4 commit 6e9b730
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
- Dan Abramov ([gaearon](https://github.com/gaearon))
- Pavol Madar ([pmadar](https://github.com/pmadar))

### Migrating from 1.0.4 to 1.0.5

Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact react-scripts@1.0.5
```

or

```
yarn add --dev --exact react-scripts@1.0.5
```

## 1.0.4 (May 22, 2017)

#### :bug: Bug Fix
Expand Down

0 comments on commit 6e9b730

Please sign in to comment.