diff --git a/.changeset/slow-oranges-repair.md b/.changeset/slow-oranges-repair.md deleted file mode 100644 index a0c6e758a14..00000000000 --- a/.changeset/slow-oranges-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-cli": patch ---- - -The `file` protocol for configuration options (`--config`/`--extends`) is supported. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae9686c10e..5c6cb13e578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.1 + +### Patch Changes + +- The `file` protocol for configuration options (`--config`/`--extends`) is supported. (by [@alexander-akait](https://github.com/alexander-akait) in [#4702](https://github.com/webpack/webpack-cli/pull/4702)) + ## 7.0.0 ### Major Changes diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 3ae9686c10e..5c6cb13e578 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.1 + +### Patch Changes + +- The `file` protocol for configuration options (`--config`/`--extends`) is supported. (by [@alexander-akait](https://github.com/alexander-akait) in [#4702](https://github.com/webpack/webpack-cli/pull/4702)) + ## 7.0.0 ### Major Changes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index d9f255481d1..e5929936410 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "7.0.0", + "version": "7.0.1", "description": "CLI for webpack & friends", "keywords": [ "webpack",