diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e04633..31ee103 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.10](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.9...v5.3.10) (2023-12-28) + + +### Bug Fixes + +* bump terser to the latest stable version ([#587](https://github.com/webpack-contrib/terser-webpack-plugin/issues/587)) ([f650fa3](https://github.com/webpack-contrib/terser-webpack-plugin/commit/f650fa3ca7c437f88612fee72c9975df9b42b9a3)) + ### [5.3.9](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.8...v5.3.9) (2023-05-17) diff --git a/package-lock.json b/package-lock.json index 03b54da..995c614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terser-webpack-plugin", - "version": "5.3.9", + "version": "5.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terser-webpack-plugin", - "version": "5.3.9", + "version": "5.3.10", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", diff --git a/package.json b/package.json index dc42c6a..c6fafc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.9", + "version": "5.3.10", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",