Skip to content

Commit

Permalink
Add 3.4.4 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 20, 2020
1 parent d07b7d0 commit b1f8536
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,24 @@
## 3.4.4 (2020-10-20)

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.

### Migrating from 3.4.3 to 3.4.4

Inside any created project that has not been ejected, run:

```sh
npm install --save --save-exact react-scripts@3.4.4
```

or

```sh
yarn add --exact react-scripts@3.4.4
```

## 3.4.3 (2020-08-12)

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

### Migrating from 3.4.2 to 3.4.3

Expand Down

0 comments on commit b1f8536

Please sign in to comment.