Skip to content

Commit 6e9b730

Browse files
authored
Add "Migrating" section
1 parent d72b6b4 commit 6e9b730

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
- Dan Abramov ([gaearon](https://github.com/gaearon))
2424
- Pavol Madar ([pmadar](https://github.com/pmadar))
2525

26+
### Migrating from 1.0.4 to 1.0.5
27+
28+
Inside any created project that has not been ejected, run:
29+
30+
```
31+
npm install --save-dev --save-exact [email protected]
32+
```
33+
34+
or
35+
36+
```
37+
yarn add --dev --exact [email protected]
38+
```
39+
2640
## 1.0.4 (May 22, 2017)
2741

2842
#### :bug: Bug Fix

0 commit comments

Comments
 (0)