From e8511beb06020ee0d545035fcab378c851a37187 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:25:53 +0000 Subject: [PATCH] chore(release): new release --- .changeset/resource-query-exclude-types.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/resource-query-exclude-types.md diff --git a/.changeset/resource-query-exclude-types.md b/.changeset/resource-query-exclude-types.md deleted file mode 100644 index a0ceccee..00000000 --- a/.changeset/resource-query-exclude-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"diagnostics-webpack-plugin": patch ---- - -`resourceQueryExclude` takes a string as well as a regexp, which the schema refused on its own and accepted unchecked inside a list. diff --git a/CHANGELOG.md b/CHANGELOG.md index 74662a44..c645916d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.1 + +### Patch Changes + +- `resourceQueryExclude` takes a string as well as a regexp, which the schema refused on its own and accepted unchecked inside a list. (by [@alexander-akait](https://github.com/alexander-akait) in [#360](https://github.com/webpack/diagnostics-webpack-plugin/pull/360)) + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 8308dd97..9b7ea535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diagnostics-webpack-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "Runs linters, type checkers and other diagnostic tools over your sources during the webpack build", "keywords": [ "diagnostics",