From 8c37c7ffd15dc814e349258d9251352ca3deef04 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 18 May 2023 02:19:18 +0300 Subject: [PATCH] chore(release): 5.3.9 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecffa7e..7e04633 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.9](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.8...v5.3.9) (2023-05-17) + + +### Bug Fixes + +* types of Rule ([#565](https://github.com/webpack-contrib/terser-webpack-plugin/issues/565)) ([bb33513](https://github.com/webpack-contrib/terser-webpack-plugin/commit/bb3351342cbf1f11bfac83617982397a6c911098)) + ### [5.3.8](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.7...v5.3.8) (2023-05-06) diff --git a/package-lock.json b/package-lock.json index 92d7f1b..7970d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.8", + "version": "5.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cca17e0..347c358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.3.8", + "version": "5.3.9", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",