We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44116db commit 97186f8Copy full SHA for 97186f8
CHANGELOG.md
@@ -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
17
## 0.9.1 (February 25, 2017)
18
19
#### :nail_care: Enhancement
0 commit comments