Skip to content

Commit

Permalink
Update changelog for 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fson authored and alexdriaguine committed Jan 23, 2017
1 parent e589992 commit 7d572d7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 0.8.5 (January 9, 2017)

#### :bug: Bug Fix
* `create-react-app`, `react-scripts`
* [#1365](https://github.com/facebookincubator/create-react-app/pull/1365) Use yarnpkg alias to run Yarn. ([@fson](https://github.com/fson))

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.

#### Committers: 1
- Ville Immonen ([fson](https://github.com/fson))

### Migrating from 0.8.4 to 0.8.5

Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact [email protected]
```

You may also optionally update the global command-line utility:

```
npm install -g [email protected]
```

## 0.8.4 (December 11, 2016)

#### :bug: Bug Fix
Expand Down

0 comments on commit 7d572d7

Please sign in to comment.