From b7032f02d97f2a8e75b41bb69e6806a074641822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 19:56:51 +0000 Subject: [PATCH] chore(release): new release --- .changeset/cli-plugin-import-interop.md | 5 ----- CHANGELOG.md | 6 ++++++ packages/webpack-cli/CHANGELOG.md | 6 ++++++ packages/webpack-cli/package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cli-plugin-import-interop.md diff --git a/.changeset/cli-plugin-import-interop.md b/.changeset/cli-plugin-import-interop.md deleted file mode 100644 index 8e08991ca1f..00000000000 --- a/.changeset/cli-plugin-import-interop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-cli": patch ---- - -fix: `CLIPlugin` dynamic import interop under Bun diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf9e3b77af..90585f4a28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.2.1 + +### Patch Changes + +- fix: `CLIPlugin` dynamic import interop under Bun (by [@alexander-akait](https://github.com/alexander-akait) in [#4799](https://github.com/webpack/webpack-cli/pull/4799)) + ## 7.2.0 ### Minor Changes diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 9cf9e3b77af..90585f4a28d 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.2.1 + +### Patch Changes + +- fix: `CLIPlugin` dynamic import interop under Bun (by [@alexander-akait](https://github.com/alexander-akait) in [#4799](https://github.com/webpack/webpack-cli/pull/4799)) + ## 7.2.0 ### Minor Changes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index fed4525db87..be97db3af4b 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "7.2.0", + "version": "7.2.1", "description": "CLI for webpack & friends", "keywords": [ "webpack",