Skip to content

Commit f7e98ae

Browse files
authored
Add 0.5.1 to changelog
1 parent d0c30ec commit f7e98ae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.5.1 (September 23, 2016)
2+
3+
### Build Dependency (`react-scripts`)
4+
5+
* Updates `react-dev-utils` dependency
6+
7+
### Utilities (`react-dev-utils`)
8+
9+
* Fixes `%PUBLIC_URL%` replacement to work when specified multiple times. ([@fson](https://github.com/fson) in [#731](https://github.com/facebookincubator/create-react-app/pull/731))
10+
11+
### Migrating from 0.5.0 to 0.5.1
12+
13+
Inside any created project that has not been ejected, run:
14+
15+
```
16+
npm install --save-dev --save-exact [email protected]
17+
```
18+
119
## 0.5.0 (September 23, 2016)
220

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

0 commit comments

Comments
 (0)