We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc874ca commit 36afd8bCopy full SHA for 36afd8b
CHANGELOG.md
@@ -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
18
## 0.4.2 (September 18, 2016)
19
20
### Build Dependency (`react-scripts`)
0 commit comments