|
| 1 | +## <s>0.9.1 (February 25, 2017)</s> |
1 | 2 | ## 0.9.2 (February 26, 2017)
|
2 | 3 |
|
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 |
| -### 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. |
| 4 | +**There was a bug in 0.9.1, so you should update directly to 0.9.2 instead.** |
20 | 5 |
|
21 | 6 | #### :nail_care: Enhancement
|
22 | 7 |
|
@@ -61,6 +46,9 @@ npm install --save-dev --save-exact react-scripts@0.9.2
|
61 | 46 |
|
62 | 47 | * [#1628](https://github.com/facebookincubator/create-react-app/pull/1628) Show correct port for pushstate-server URL text. ([@mattccrampton](https://github.com/mattccrampton))
|
63 | 48 |
|
| 49 | + * [#1647](https://github.com/facebookincubator/create-react-app/pull/1647) Fix `npm test` on Windows ([@gaearon](https://github.com/gaearon)) |
| 50 | + |
| 51 | + |
64 | 52 | #### :memo: Documentation
|
65 | 53 | * User Guides
|
66 | 54 | * [#1391](https://github.com/facebookincubator/create-react-app/pull/1391) Add note how to resolve missing required files for Heroku. ([@sbritoig](https://github.com/sbritoig))
|
@@ -132,12 +120,12 @@ npm install --save-dev --save-exact react-scripts@0.9.2
|
132 | 120 | - kiran ps ([kiranps](https://github.com/kiranps))
|
133 | 121 | - pd4d10 ([pd4d10](https://github.com/pd4d10))
|
134 | 122 |
|
135 |
| -### Migrating from 0.9.0 to 0.9.1 |
| 123 | +### Migrating from 0.9.0 to 0.9.2 |
136 | 124 |
|
137 | 125 | Inside any created project that has not been ejected, run:
|
138 | 126 |
|
139 | 127 | ```
|
140 |
| -npm install --save-dev --save-exact react-scripts@0.9.1 |
| 128 | +npm install --save-dev --save-exact react-scripts@0.9.2 |
141 | 129 | ```
|
142 | 130 |
|
143 | 131 | You may also optionally update the global command-line utility for more efficient installs (thanks [@n3tr](https://github.com/n3tr)):
|
|
0 commit comments