Skip to content

Commit 305bd70

Browse files
committed
Changelog for 1.1.4
1 parent 110fded commit 305bd70

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

Diff for: CHANGELOG.md

+27-2
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 [email protected]
18+
```
19+
20+
or
21+
22+
```
23+
yarn add --exact [email protected]
24+
```
25+
126
## 1.1.3 (April 3, 2018)
227

328
#### :bug: Bug Fix
@@ -106,7 +131,7 @@ yarn add --exact [email protected]
106131
* `react-error-overlay`
107132

108133
* [#3474](https://github.com/facebookincubator/create-react-app/pull/3474) Allow the error overlay to be unregistered. ([@Timer](https://github.com/Timer))
109-
134+
110135
* `create-react-app`
111136

112137
* [#3408](https://github.com/facebookincubator/create-react-app/pull/3408) Add `--info` flag to help gather bug reports. ([@tabrindle](https://github.com/tabrindle))
@@ -132,7 +157,7 @@ yarn add --exact [email protected]
132157
* `create-react-app`
133158

134159
* [#3320](https://github.com/facebookincubator/create-react-app/pull/3320) Fix offline installation to respect proxy from `.npmrc`. ([@mdogadailo](https://github.com/mdogadailo))
135-
160+
136161
* `react-scripts`
137162

138163
* [#3537](https://github.com/facebookincubator/create-react-app/pull/3537) Add `mjs` and `jsx` filename extensions to `file-loader` exclude pattern. ([@iansu](https://github.com/iansu))

0 commit comments

Comments
 (0)