diff --git a/CHANGELOG.md b/CHANGELOG.md index d9eba0c86c51b6dac32bff799d7797626c7749a5..8cd13bb6584cbc269e1c2aee7b1087a85381031c 100644 --- a/CHANGELOG.md +++ b/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`)