From aa3efc05b3e003d28ea86023093435afc28931f6 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 6 Dec 2021 21:06:33 +0300 Subject: [PATCH] chore(release): 3.4.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 f247c70..4fd8fc9 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. +## [3.4.0](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v3.3.2...v3.4.0) (2021-12-06) + + +### Features + +* added types ([#43](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/issues/43)) ([67338f0](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/commit/67338f0d92bf4adc5c49aeabb969b747bf877dd9)) + ### [3.3.2](https://github.com/webpack-contrib/html-minimizer-webpack-plugin/compare/v3.3.1...v3.3.2) (2021-11-17) diff --git a/package-lock.json b/package-lock.json index 5c1de6f..1b746f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-minimizer-webpack-plugin", - "version": "3.3.2", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-minimizer-webpack-plugin", - "version": "3.3.2", + "version": "3.4.0", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.1.0", diff --git a/package.json b/package.json index 8db3a75..d4b5f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-minimizer-webpack-plugin", - "version": "3.3.2", + "version": "3.4.0", "description": "html minimizer plugin for Webpack", "license": "MIT", "repository": "webpack-contrib/html-minimizer-webpack-plugin",