You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## 1.1.5 (August 24, 2018)
2
+
3
+
*`react-scripts`
4
+
5
+
* Update the `webpack-dev-server` dependency
6
+
7
+
*`react-dev-utils`
8
+
9
+
*[#4866](https://github.com/facebook/create-react-app/pull/4866) Fix a Windows-only vulnerability (`CVE-2018-6342`) in the development server ([@acdlite](https://github.com/acdlite))
10
+
* Update the `sockjs-client` dependency
11
+
12
+
#### Committers: 1
13
+
- Andrew Clark ([acdlite](https://github.com/acdlite))
14
+
15
+
### Migrating from 1.1.4 to 1.1.5
16
+
17
+
Inside any created project that has not been ejected, run:
0 commit comments