diff --git a/CHANGELOG.md b/CHANGELOG.md index d32f71d..8d84046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.5](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5) (2022-08-16) + + +### Bug Fixes + +* types ([#512](https://github.com/webpack-contrib/terser-webpack-plugin/issues/512)) ([5c13ba7](https://github.com/webpack-contrib/terser-webpack-plugin/commit/5c13ba748f789968b65c4f06c4f260f44ae6ed47)) + ### [5.3.4](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4) (2022-08-12) diff --git a/package-lock.json b/package-lock.json index f907941..3303c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terser-webpack-plugin", - "version": "5.3.4", + "version": "5.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terser-webpack-plugin", - "version": "5.3.4", + "version": "5.3.5", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.14", diff --git a/package.json b/package.json index d626d0a..943724d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.4", + "version": "5.3.5", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",