Skip to content

Commit

Permalink
Add 0.4.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 18, 2016
1 parent bc874ca commit 36afd8b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
## 0.4.3 (September 18, 2016)

This is a hotfix release for a broken package.
It contained no changes to the code.

### Build Dependency (`react-scripts`)

* Fixes a packaging issue that affected npm 2. ([#676](https://github.com/facebookincubator/create-react-app/issues/676))

### Migrating from 0.4.2 to 0.4.3

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

```
npm install --save-dev --save-exact react-scripts@0.4.3
```

## 0.4.2 (September 18, 2016)

### Build Dependency (`react-scripts`)
Expand Down

0 comments on commit 36afd8b

Please sign in to comment.