diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7aced..b1fbe48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2) (2022-06-02) + +### Chore + +* switched to `@jridgewell/source-map` for error generation + ### [5.3.1](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.0...v5.3.1) (2022-02-01) diff --git a/package-lock.json b/package-lock.json index d031896..f8ac347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 09df376..9303063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.1", + "version": "5.3.2", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",