Skip to content

Commit

Permalink
Add "migrating" section for 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 28, 2017
1 parent 4446759 commit 0d752f5
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 @@ -41,6 +41,20 @@
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
- Simon Vocella ([voxsim](https://github.com/voxsim))

### Migrating from 0.9.2 to 0.9.3

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

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

You may also optionally update the global command-line utility for offline Yarn cache support:

```
npm install -g create-react-app@1.2.0
```

## 0.9.2 (February 26, 2017)

#### :nail_care: Enhancement
Expand Down

0 comments on commit 0d752f5

Please sign in to comment.