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",