Skip to content

Commit b1f8536

Browse files
authored
Add 3.4.4 to the changelog
1 parent d07b7d0 commit b1f8536

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1+
## 3.4.4 (2020-10-20)
2+
3+
v3.4.4 release bumps `resolve-url-loader` 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.3 to 3.4.4
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.3 (2020-08-12)
220

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.
21+
v3.4.3 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.
422

523
### Migrating from 3.4.2 to 3.4.3
624

0 commit comments

Comments
 (0)