Skip to content

Commit

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

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.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.1...v5.2.2) (2021-09-03)


### Bug Fixes

* types for optional dependencies have been removed in favor of the options provided by the developer (potential breaking change for types due invalid usage), please look at [example](https://github.com/webpack-contrib/terser-webpack-plugin#typescript) ([d7ea08f](https://github.com/webpack-contrib/terser-webpack-plugin/commit/d7ea08fada95a542c219a7c3beb0fea5abf6aab0))

### [5.2.1](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.0...v5.2.1) (2021-09-02)


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

0 comments on commit c314e33

Please sign in to comment.