-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [email protected] | ||
``` | ||
|
||
## 0.4.2 (September 18, 2016) | ||
|
||
### Build Dependency (`react-scripts`) | ||
|