From 68672951bc13eb133c0d45806fd5a0f708aaa4ee Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 29 Sep 2022 18:05:04 +0300 Subject: [PATCH] chore(release): 4.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84404d..2af634e 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. +## [4.2.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.1.0...v4.2.0) (2022-09-29) + + +### Features + +* added `swc` minimizer ([#197](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/197)) ([5461421](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/546142104cb30e4711ba800170961822de7d0097)) + ## [4.1.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.0.0...v4.1.0) (2022-09-09) diff --git a/package-lock.json b/package-lock.json index fd847b5..cd63315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-minimizer-webpack-plugin", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "css-minimizer-webpack-plugin", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "cssnano": "^5.1.8", diff --git a/package.json b/package.json index b833a33..4807325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-minimizer-webpack-plugin", - "version": "4.1.0", + "version": "4.2.0", "description": "cssnano plugin for Webpack", "license": "MIT", "repository": "webpack-contrib/css-minimizer-webpack-plugin",