diff --git a/.changeset/friendly-bats-shave.md b/.changeset/friendly-bats-shave.md deleted file mode 100644 index 25cb90f5..00000000 --- a/.changeset/friendly-bats-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": minor ---- - -prevent timeouts on Node 19+ diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a26707..f1197363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 5.3.0 + +### Minor Changes + +- [#363](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/363) [`24b6c2f`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/24b6c2f67b19f7aa3ad11f7e85e011d47617d63e) Thanks [@Kenneth-Sills](https://github.com/Kenneth-Sills)! - prevent timeouts on Node 19+ + ## 5.2.0 ### Minor Changes diff --git a/package.json b/package.json index 4711527d..d2256bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "5.2.0", + "version": "5.3.0", "description": "ESLint plugin that validates data using JSON Schema Validator.", "repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git", "homepage": "https://ota-meshi.github.io/eslint-plugin-json-schema-validator/",