Skip to content

Commit

Permalink
Add 3.4.3 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 12, 2020
1 parent 5e703a5 commit 8e761d1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 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.

### Migrating from 3.4.2 to 3.4.3

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

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

or

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

## 3.4.2 (2020-08-11)

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

3 comments on commit 8e761d1

@RyanClark2k
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The third line of the commit says "v3.4.2 release bumps ..." when I believe it should say v3.4.3.

@olliecurtis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaearon - Thanks for this release 🙌 Could you confirm which commit is this release based on? Is it possible to add it to the GitHub releases page?

@gaearon
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was no commit. I downloaded the package, bumped the version, and published it.

Please sign in to comment.