From 64c702f1b4de58bafede23eb41dfb968ee98fddd Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Fri, 3 Sep 2021 15:15:20 +0300 Subject: [PATCH] chore(release): 5.2.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e20925..3d5eced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.2...v5.2.3) (2021-09-03) + + +### Bug Fixes + +* types for the `extractComments` option ([#444](https://github.com/webpack-contrib/terser-webpack-plugin/issues/444)) ([14e5cbf](https://github.com/webpack-contrib/terser-webpack-plugin/commit/14e5cbf15b79c77fac46c30de209484737612f37)) +* unknown default type for terser ([#445](https://github.com/webpack-contrib/terser-webpack-plugin/issues/445)) ([04f4d6d](https://github.com/webpack-contrib/terser-webpack-plugin/commit/04f4d6d40dc2658485913ff545584da1f8af7178)) + ### [5.2.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.1...v5.2.2) (2021-09-03) diff --git a/package-lock.json b/package-lock.json index fe276c6..4f1e558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "terser-webpack-plugin", - "version": "5.2.2", + "version": "5.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "5.2.2", + "version": "5.2.3", "license": "MIT", "dependencies": { "jest-worker": "^27.0.6", diff --git a/package.json b/package.json index c7112c7..814d1a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.2.2", + "version": "5.2.3", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",