Skip to content

Commit fdef1b4

Browse files
chore(release): 5.6.7
1 parent c862830 commit fdef1b4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [5.6.7](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.6...v5.6.7) (2026-04-17)
6+
7+
8+
### Bug Fixes
9+
10+
* provide module/exports in VM sandbox for Node.js 25+ compatibility ([#1889](https://github.com/jantimon/html-webpack-plugin/issues/1889)) ([c862830](https://github.com/jantimon/html-webpack-plugin/commit/c8628300e57cc49d754019a3ed05353a987abe87)), closes [#1880](https://github.com/jantimon/html-webpack-plugin/issues/1880) [facebook/docusaurus#11545](https://github.com/facebook/docusaurus/issues/11545)
11+
512
### [5.6.6](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.5...v5.6.6) (2026-01-16)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-webpack-plugin",
3-
"version": "5.6.6",
3+
"version": "5.6.7",
44
"license": "MIT",
55
"description": "Simplifies creation of HTML files to serve your webpack bundles",
66
"author": "Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",

0 commit comments

Comments
 (0)