Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
fbae44ae
Commit
fbae44ae
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add 0.9.2 changelog
parent
2f6fac9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+16
-0
CHANGELOG.md
with
16 additions
and
0 deletions
+16
-0
CHANGELOG.md
+
16
-
0
View file @
fbae44ae
## 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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment