Skip to content

Commit 6bf7720

Browse files
committed
Changelog for 1.1.4
1 parent 2762924 commit 6bf7720

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 1.1.4 (April 3, 2018)
2+
3+
#### :bug: Bug Fix
4+
5+
* `react-dev-utils`
6+
7+
* [#4250](https://github.com/facebook/create-react-app/pull/4250) Upgrade `detect-port-alt` to fix [#4189](https://github.com/facebook/create-react-app/issues/4189). ([@Timer](https://github.com/Timer))
8+
9+
#### Committers: 1
10+
- Joe Haddad ([Timer](https://github.com/Timer))
11+
12+
### Migrating from 1.1.3 to 1.1.4
13+
14+
Inside any created project that has not been ejected, run:
15+
16+
```
17+
npm install --save --save-exact react-scripts@1.1.4
18+
```
19+
20+
or
21+
22+
```
23+
yarn add --exact react-scripts@1.1.4
24+
```
25+
126
## 1.1.3 (April 3, 2018)
227

328
#### :bug: Bug Fix

0 commit comments

Comments
 (0)