Skip to content

Commit

Permalink
chore(release): 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 3, 2021
1 parent 04f4d6d commit 64c702f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.2.3](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.2...v5.2.3) (2021-09-03)


### Bug Fixes

* types for the `extractComments` option ([#444](https://github.com/webpack-contrib/terser-webpack-plugin/issues/444)) ([14e5cbf](https://github.com/webpack-contrib/terser-webpack-plugin/commit/14e5cbf15b79c77fac46c30de209484737612f37))
* unknown default type for terser ([#445](https://github.com/webpack-contrib/terser-webpack-plugin/issues/445)) ([04f4d6d](https://github.com/webpack-contrib/terser-webpack-plugin/commit/04f4d6d40dc2658485913ff545584da1f8af7178))

### [5.2.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.1...v5.2.2) (2021-09-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terser-webpack-plugin",
"version": "5.2.2",
"version": "5.2.3",
"description": "Terser plugin for webpack",
"license": "MIT",
"repository": "webpack-contrib/terser-webpack-plugin",
Expand Down

0 comments on commit 64c702f

Please sign in to comment.