From 21af1a6682369f208bf794d11c253fa704018028 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:09:59 +0000 Subject: [PATCH] chore(release): new release --- .changeset/tab-completions.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/tab-completions.md diff --git a/.changeset/tab-completions.md b/.changeset/tab-completions.md deleted file mode 100644 index a02d23abd15..00000000000 --- a/.changeset/tab-completions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-cli": minor ---- - -feat: add shell completions for zsh, bash, fish and powershell through the `complete` command diff --git a/CHANGELOG.md b/CHANGELOG.md index e69977dace3..ae1fc1c1f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- feat: add shell completions for zsh, bash, fish and powershell through the `complete` command (by [@alexander-akait](https://github.com/alexander-akait) in [#4840](https://github.com/webpack/webpack-cli/pull/4840)) + ## 7.2.3 ### Patch Changes diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index e69977dace3..ae1fc1c1f97 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- feat: add shell completions for zsh, bash, fish and powershell through the `complete` command (by [@alexander-akait](https://github.com/alexander-akait) in [#4840](https://github.com/webpack/webpack-cli/pull/4840)) + ## 7.2.3 ### Patch Changes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index 457588ec62a..b02903f0462 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "7.2.3", + "version": "7.3.0", "description": "CLI for webpack & friends", "keywords": [ "webpack",