From 0aadf7e1052fe5d719b9dcae8fa7c4793d0bcc97 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 31 Aug 2021 20:21:20 +0300 Subject: [PATCH] chore(release): 5.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f531cb..e88e665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2.0](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.4...v5.2.0) (2021-08-31) + +### Notes + +* due `terser-webpack-plugin` has its own types now, `@types/terser-webpack-plugin` should be not used anymore, also `@types/terser-webpack-plugin` is not compatible and has wrong types + +### Features + +* added `esbuild` minimizer ([#426](https://github.com/webpack-contrib/terser-webpack-plugin/issues/426)) ([40f4f55](https://github.com/webpack-contrib/terser-webpack-plugin/commit/40f4f55a59d8d383db452fc5b93f8c3b7a7073d2)) +* added `swc` minimizer ([0551a9b](https://github.com/webpack-contrib/terser-webpack-plugin/commit/0551a9b535c6e9ec55315c4b653a7c0ef7a45645)) +* added `uglify-js` minimizer ([#425](https://github.com/webpack-contrib/terser-webpack-plugin/issues/425)) ([69e9592](https://github.com/webpack-contrib/terser-webpack-plugin/commit/69e9592246e6e9512744e47ff777a1839af05a37)) +* added built-in typescript types ([0a7cc94](https://github.com/webpack-contrib/terser-webpack-plugin/commit/0a7cc949391d164db215efadd1b654fcabb6d9ff)) +* output links and descriptions on error ([#413](https://github.com/webpack-contrib/terser-webpack-plugin/issues/413)) ([bc95af5](https://github.com/webpack-contrib/terser-webpack-plugin/commit/bc95af5b0ea1eee72ed298ae9325f8efcb27b3ce)) + ### [5.1.4](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.3...v5.1.4) (2021-06-25) * update `serialize-javascript` diff --git a/package-lock.json b/package-lock.json index b6e54b4..79c0dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "terser-webpack-plugin", - "version": "5.1.4", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "5.1.4", + "version": "5.2.0", "license": "MIT", "dependencies": { "jest-worker": "^27.0.6", diff --git a/package.json b/package.json index 9a96e27..14df8a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.1.4", + "version": "5.2.0", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",