Skip to content

Commit

Permalink
chore(release): 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 2, 2021
1 parent 7577b43 commit 91b1869
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.1](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.0...v5.2.1) (2021-09-02)


### Bug Fixes

* types export ([#440](https://github.com/webpack-contrib/terser-webpack-plugin/issues/440)) ([c6dc40d](https://github.com/webpack-contrib/terser-webpack-plugin/commit/c6dc40d98917c1a743cd006f0a37ca461df80706))
* types for optional peer dependencies ([7577b43](https://github.com/webpack-contrib/terser-webpack-plugin/commit/7577b43c37ba377dd50cf438e8d3171ad13631ae))

## [5.2.0](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.4...v5.2.0) (2021-08-31)

### Notes
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.0",
"version": "5.2.1",
"description": "Terser plugin for webpack",
"license": "MIT",
"repository": "webpack-contrib/terser-webpack-plugin",
Expand Down

0 comments on commit 91b1869

Please sign in to comment.