Commit 36afd8ba authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Add 0.4.3 changelog

parent bc874caa
No related merge requests found
Showing with 17 additions and 0 deletions
+17 -0
## 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`)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment