Skip to content

Commit caabf5e

Browse files
authored
Add migration instructions
1 parent 5961232 commit caabf5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
* The `otf` font format is now supported. ([@A-gambit](https://github.com/A-gambit) in [#434](https://github.com/facebookincubator/create-react-app/pull/434))
1212
* The `new-cap` linting rule has been disabled thanks to feedback from Immutable.js users. ([@rricard](https://github.com/rricard) in [#470](https://github.com/facebookincubator/create-react-app/pull/470))
1313

14+
### Migrating from 0.2.1 to 0.2.2
15+
16+
Update `react-scripts` to point to `0.2.2` in your `package.json` and run `npm install`. You shouldn’t need to do anything else.
17+
18+
Newly created projects will use `0.2.2` automatically. You **don’t** need to update the global `create-react-app` CLI itself. It stays at `0.2.0` for now because it doesn’t have any changes.
19+
20+
1421
## 0.2.1 (August 1, 2016)
1522

1623
### Build Dependency (`react-scripts`)

0 commit comments

Comments
 (0)