diff --git a/CHANGELOG.md b/CHANGELOG.md index 879e482..847a7be 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.7](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7) (2023-03-08) + + +### Bug Fixes + +* esbuild warning output ([#550](https://github.com/webpack-contrib/terser-webpack-plugin/issues/550)) ([2e54869](https://github.com/webpack-contrib/terser-webpack-plugin/commit/2e54869a9f38cbaedd4d783ac81e1ac66e074809)) + ### [5.3.6](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6) (2022-08-29) diff --git a/package-lock.json b/package-lock.json index 274faf4..3f3c1a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terser-webpack-plugin", - "version": "5.3.6", + "version": "5.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terser-webpack-plugin", - "version": "5.3.6", + "version": "5.3.7", "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/package.json b/package.json index 8ec05a1..602e42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.6", + "version": "5.3.7", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",