We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2762924 commit 6bf7720Copy full SHA for 6bf7720
CHANGELOG.md
@@ -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
26
## 1.1.3 (April 3, 2018)
27
28
#### :bug: Bug Fix
0 commit comments