Skip to content

Commit 36afd8b

Browse files
authored
Add 0.4.3 changelog
1 parent bc874ca commit 36afd8b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.4.3 (September 18, 2016)
2+
3+
This is a hotfix release for a broken package.
4+
It contained no changes to the code.
5+
6+
### Build Dependency (`react-scripts`)
7+
8+
* Fixes a packaging issue that affected npm 2. ([#676](https://github.com/facebookincubator/create-react-app/issues/676))
9+
10+
### Migrating from 0.4.2 to 0.4.3
11+
12+
Inside any created project that has not been ejected, run:
13+
14+
```
15+
npm install --save-dev --save-exact [email protected]
16+
```
17+
118
## 0.4.2 (September 18, 2016)
219

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

0 commit comments

Comments
 (0)