Skip to content

Commit 4f3675c

Browse files
authored
Update CHANGELOG.md
1 parent b844e4e commit 4f3675c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
* `react-scripts`
55
* [#1149](https://github.com/facebookincubator/create-react-app/pull/1149) Fix incorrectly stubbing JavaScript files with a dot in the import path in tests. ([@fson](https://github.com/fson))
66

7+
### Migrating from 0.8.0 to 0.8.1
8+
9+
Inside any created project that has not been ejected, run:
10+
11+
```
12+
npm install --save-dev --save-exact [email protected]
13+
```
14+
715
## 0.8.0 (2016-12-03)
816

917
#### :rocket: New Feature

0 commit comments

Comments
 (0)