From 11a248e9654bc8a44eef186a20446228110b451d Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 17 Oct 2024 20:26:52 +0300 Subject: [PATCH] chore(release): 5.6.2 --- 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 2bb95166..8428c830 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.6.2](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.1...v5.6.2) (2024-10-17) + + +### Bug Fixes + +* allow bundle empty html ([#1865](https://github.com/jantimon/html-webpack-plugin/issues/1865)) ([f5b9140](https://github.com/jantimon/html-webpack-plugin/commit/f5b9140cc3232cb695453d8e5f3140a5af59acc8)) + ### [5.6.1](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.0...v5.6.1) (2024-10-17) diff --git a/package-lock.json b/package-lock.json index 7548b514..ce6e9e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-webpack-plugin", - "version": "5.6.1", + "version": "5.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "html-webpack-plugin", - "version": "5.6.1", + "version": "5.6.2", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index af90d866..05d62397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "5.6.1", + "version": "5.6.2", "license": "MIT", "description": "Simplifies creation of HTML files to serve your webpack bundles", "author": "Jan Nicklas (https://github.com/jantimon)",