Skip to content

Commit

Permalink
Add 0.9.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 26, 2017
1 parent 2f6fac9 commit fbae44a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.9.2 (February 26, 2017)

#### :bug: Bug Fix
* `react-scripts`
* [#1647](https://github.com/facebookincubator/create-react-app/pull/1647) Fix `npm test` on Windows ([@gaearon](https://github.com/gaearon))

Fixes a regression introduced in 0.9.1.

### Migrating from 0.9.1 to 0.9.2

Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact react-scripts@0.9.2
```

## 0.9.1 (February 25, 2017)

### Note: There is a known issue with [`npm test` failing on Windows](https://github.com/facebookincubator/create-react-app/issues/1645). We’re looking into it.
Expand Down

0 comments on commit fbae44a

Please sign in to comment.