mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Add 1.1.5 release notes
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,3 +1,31 @@
|
||||
## 1.1.5 (August 24, 2018)
|
||||
|
||||
* `react-scripts`
|
||||
|
||||
* Update the `webpack-dev-server` dependency
|
||||
|
||||
* `react-dev-utils`
|
||||
|
||||
* [#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))
|
||||
* Update the `sockjs-client` dependency
|
||||
|
||||
#### Committers: 1
|
||||
- Andrew Clark ([acdlite](https://github.com/acdlite))
|
||||
|
||||
### Migrating from 1.1.4 to 1.1.5
|
||||
|
||||
Inside any created project that has not been ejected, run:
|
||||
|
||||
```
|
||||
npm install --save --save-exact react-scripts@1.1.5
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
yarn add --exact react-scripts@1.1.5
|
||||
```
|
||||
|
||||
## 1.1.4 (April 3, 2018)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
|
||||
Reference in New Issue
Block a user