Skip to content

Commit 2a03137

Browse files
authored
Add 0.9.5 changelog (#1784)
* Add 0.9.5 changelog * Update CHANGELOG.md
1 parent 0c0c5c1 commit 2a03137

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## 0.9.5 (March 9, 2017)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-scripts`
6+
7+
* [#1783](https://github.com/facebookincubator/create-react-app/pull/1783) **Work around Node 7.7.2 bug that crashes `npm start`.** ([@ryanwalters](https://github.com/ryanwalters))
8+
9+
#### :nail_care: Enhancement
10+
11+
* `eslint-config-react-app`
12+
13+
* [#1773](https://github.com/facebookincubator/create-react-app/pull/1773) Remove `guard-for-in` lint rule. ([@spicyj](https://github.com/spicyj))
14+
15+
* `react-scripts`
16+
* [#1760](https://github.com/facebookincubator/create-react-app/pull/1760) Suggest `serve` for running in production. ([@leo](https://github.com/leo))
17+
* [#1747](https://github.com/facebookincubator/create-react-app/pull/1747) Display `yarn` instead of `yarnpkg` when creating a new app. ([@lpalmes](https://github.com/lpalmes))
18+
19+
#### :memo: Documentation
20+
21+
* `react-scripts`
22+
23+
* [#1756](https://github.com/facebookincubator/create-react-app/pull/1756) Add Yarn steps for adding Flow. ([@zertosh](https://github.com/zertosh))
24+
25+
#### :house: Internal
26+
27+
* `babel-preset-react-app`
28+
29+
* [#1742](https://github.com/facebookincubator/create-react-app/pull/1742) Switch to `babel-preset-env` to remove the deprecation warning. ([@Timer](https://github.com/Timer))
30+
31+
#### Committers: 6
32+
- Andres Suarez ([zertosh](https://github.com/zertosh))
33+
- Ben Alpert ([spicyj](https://github.com/spicyj))
34+
- Joe Haddad ([Timer](https://github.com/Timer))
35+
- Leo Lamprecht ([leo](https://github.com/leo))
36+
- Lorenzo Palmes ([lpalmes](https://github.com/lpalmes))
37+
- Ryan Walters ([ryanwalters](https://github.com/ryanwalters))
38+
39+
### Migrating from 0.9.4 to 0.9.5
40+
41+
Inside any created project that has not been ejected, run:
42+
43+
```
44+
npm install --save-dev --save-exact react-scripts@0.9.5
45+
```
46+
147
## 0.9.4 (March 6, 2017)
248

349
#### :bug: Bug Fix

0 commit comments

Comments
 (0)