Skip to content

Commit 5830311

Browse files
fsonrandycoulman
authored andcommitted
Update CHANGELOG.md
1 parent e733e4e commit 5830311

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: CHANGELOG.md

+8
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 react-scripts@0.8.1
13+
```
14+
715
## 0.8.0 (2016-12-03)
816

917
#### :rocket: New Feature

0 commit comments

Comments
 (0)