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