Skip to content

Commit 8e761d1

Browse files
authored
Add 3.4.3 to the changelog
1 parent 5e703a5 commit 8e761d1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 3.4.3 (2020-08-12)
2+
3+
v3.4.2 release bumps `terser-webpack-plugin` 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.2 to 3.4.3
6+
7+
Inside any created project that has not been ejected, run:
8+
9+
```sh
10+
npm install --save --save-exact react-scripts@3.4.3
11+
```
12+
13+
or
14+
15+
```sh
16+
yarn add --exact react-scripts@3.4.3
17+
```
18+
119
## 3.4.2 (2020-08-11)
220

321
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.

0 commit comments

Comments
 (0)