diff --git a/.changeset/wild-papers-turn.md b/.changeset/wild-papers-turn.md deleted file mode 100644 index 55d8bac5717..00000000000 --- a/.changeset/wild-papers-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webpack-cli": patch ---- - -Resolve configuration path for cache build dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6cb13e578..51b6653dcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.2 + +### Patch Changes + +- Resolve configuration path for cache build dependencies. (by [@alexander-akait](https://github.com/alexander-akait) in [#4707](https://github.com/webpack/webpack-cli/pull/4707)) + ## 7.0.1 ### Patch Changes diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 5c6cb13e578..51b6653dcd0 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.2 + +### Patch Changes + +- Resolve configuration path for cache build dependencies. (by [@alexander-akait](https://github.com/alexander-akait) in [#4707](https://github.com/webpack/webpack-cli/pull/4707)) + ## 7.0.1 ### Patch Changes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index e5929936410..225311d2b9b 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "7.0.1", + "version": "7.0.2", "description": "CLI for webpack & friends", "keywords": [ "webpack",