Skip to content

Commit 42585a3

Browse files
gaearonwombleton
authored andcommitted
Add 3.4.2 to changelog
1 parent a278bba commit 42585a3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.4.2 (2020-08-11)
2+
3+
v3.4.2 release bumps `webpack-dev-server` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools.
4+
5+
### Migrating from 3.4.1 to 3.4.2
6+
7+
Inside any created project that has not been ejected, run:
8+
9+
```sh
10+
npm install --save --save-exact [email protected]
11+
```
12+
13+
or
14+
15+
```sh
16+
yarn add --exact [email protected]
17+
```
18+
119
## 3.4.1 (2020-03-20)
220

321
v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8.

0 commit comments

Comments
 (0)