diff --git a/.changeset/five-dodos-cheat.md b/.changeset/five-dodos-cheat.md deleted file mode 100644 index 39b81f39..00000000 --- a/.changeset/five-dodos-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": patch ---- - -fix: don't crash if schema cache directories already exist diff --git a/CHANGELOG.md b/CHANGELOG.md index f1197363..b9d66b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 5.3.1 + +### Patch Changes + +- [#365](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/365) [`0830dcb`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/0830dcb05ee3097b3df3cb4f6d0aff253ee1a2a6) Thanks [@antitoxic](https://github.com/antitoxic)! - fix: don't crash if schema cache directories already exist + ## 5.3.0 ### Minor Changes diff --git a/package.json b/package.json index d2256bb3..34e8138f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "5.3.0", + "version": "5.3.1", "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/",