Skip to content

Commit dc74990

Browse files
authored
Add 1.1.5 release notes
1 parent 550fccb commit dc74990

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
18+
19+
```
20+
npm install --save --save-exact [email protected]
21+
```
22+
23+
or
24+
25+
```
26+
yarn add --exact [email protected]
27+
```
28+
129
## 1.1.4 (April 3, 2018)
230

331
#### :bug: Bug Fix

0 commit comments

Comments
 (0)