Skip to content

Commit fbbb5c2

Browse files
fsonrandycoulman
authored andcommitted
Update changelog for 0.8.5
1 parent 19a032d commit fbbb5c2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.8.5 (January 9, 2017)
2+
3+
#### :bug: Bug Fix
4+
* `create-react-app`, `react-scripts`
5+
* [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))
6+
7+
Fixes an issue where running `create-react-app` failed on systems with Apache Hadoop installed because it falsely detected Hadoop YARN executable as Yarn package manager.
8+
9+
#### Committers: 1
10+
- Ville Immonen ([fson](https://github.com/fson))
11+
12+
### Migrating from 0.8.4 to 0.8.5
13+
14+
Inside any created project that has not been ejected, run:
15+
16+
```
17+
npm install --save-dev --save-exact [email protected]
18+
```
19+
20+
You may also optionally update the global command-line utility:
21+
22+
```
23+
npm install -g [email protected]
24+
```
25+
126
## 0.8.4 (December 11, 2016)
227

328
#### :bug: Bug Fix

0 commit comments

Comments
 (0)