diff --git a/.changeset/eight-timers-tickle.md b/.changeset/eight-timers-tickle.md deleted file mode 100644 index 4768f7bc..00000000 --- a/.changeset/eight-timers-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": patch ---- - -fix: update schemastore catlog url diff --git a/CHANGELOG.md b/CHANGELOG.md index 9698677d..93a5c61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 5.4.1 + +### Patch Changes + +- [#387](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/387) [`de55f01`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/de55f0151750046c239e16cbebdad94de142eb3c) Thanks [@JounQin](https://github.com/JounQin)! - fix: update schemastore catlog url + ## 5.4.0 ### Minor Changes diff --git a/package.json b/package.json index 036f2521..55f9f1df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "5.4.0", + "version": "5.4.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/",