Skip to content

Commit 0d752f5

Browse files
committed
Add "migrating" section for 0.9.3
1 parent 4446759 commit 0d752f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@
4141
- Ryan Sullivan ([ryansully](https://github.com/ryansully))
4242
- Simon Vocella ([voxsim](https://github.com/voxsim))
4343

44+
### Migrating from 0.9.2 to 0.9.3
45+
46+
Inside any created project that has not been ejected, run:
47+
48+
```
49+
npm install --save-dev --save-exact [email protected]
50+
```
51+
52+
You may also optionally update the global command-line utility for offline Yarn cache support:
53+
54+
```
55+
npm install -g [email protected]
56+
```
57+
4458
## 0.9.2 (February 26, 2017)
4559

4660
#### :nail_care: Enhancement

0 commit comments

Comments
 (0)