From 0f042ca36c1fbb7507723d24dbda3e1008040b69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:32:50 +0000 Subject: [PATCH] chore(release): new release --- .changeset/output-report-without-a-file-system.md | 5 ----- .changeset/resource-query-exclude-types.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/output-report-without-a-file-system.md delete mode 100644 .changeset/resource-query-exclude-types.md diff --git a/.changeset/output-report-without-a-file-system.md b/.changeset/output-report-without-a-file-system.md deleted file mode 100644 index 8ac0489c..00000000 --- a/.changeset/output-report-without-a-file-system.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"diagnostics-webpack-plugin": patch ---- - -End the build rather than hanging it where an `outputReport` has no file system to be written to. 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..d9799c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.1 + +### Patch Changes + +- End the build rather than hanging it where an `outputReport` has no file system to be written to. (by [@alexander-akait](https://github.com/alexander-akait) in [#362](https://github.com/webpack/diagnostics-webpack-plugin/pull/362)) + +- `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",