Skip to content

Commit 97186f8

Browse files
gaearonrandycoulman
authored andcommitted
Add 0.9.2 changelog
1 parent 44116db commit 97186f8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.9.2 (February 26, 2017)
2+
3+
#### :bug: Bug Fix
4+
* `react-scripts`
5+
* [#1647](https://github.com/facebookincubator/create-react-app/pull/1647) Fix `npm test` on Windows ([@gaearon](https://github.com/gaearon))
6+
7+
Fixes a regression introduced in 0.9.1.
8+
9+
### Migrating from 0.9.1 to 0.9.2
10+
11+
Inside any created project that has not been ejected, run:
12+
13+
```
14+
npm install --save-dev --save-exact react-scripts@0.9.2
15+
```
16+
117
## 0.9.1 (February 25, 2017)
218

319
#### :nail_care: Enhancement

0 commit comments

Comments
 (0)