diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ee103..69d355b 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.11](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.10...v5.3.11) (2024-12-13) + + +### Bug Fixes + +* avoid the deprecation message ([0341ad1](https://github.com/webpack-contrib/terser-webpack-plugin/commit/0341ad1b490ff1bb4ebe3345fc5add79b8d69102)) + ### [5.3.10](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.9...v5.3.10) (2023-12-28) diff --git a/package-lock.json b/package-lock.json index 366594e..30a5378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terser-webpack-plugin", - "version": "5.3.10", + "version": "5.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terser-webpack-plugin", - "version": "5.3.10", + "version": "5.3.11", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", diff --git a/package.json b/package.json index 05315c6..4c27788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.10", + "version": "5.3.11", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",