From 52cd7253f2552afc741e205552f7a3d3654b23a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 22:02:03 +0000 Subject: [PATCH] chore: release eslint-plugin-json-schema-validator --- .changeset/sweet-jars-collect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sweet-jars-collect.md diff --git a/.changeset/sweet-jars-collect.md b/.changeset/sweet-jars-collect.md deleted file mode 100644 index dd2d3536..00000000 --- a/.changeset/sweet-jars-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": minor ---- - -feat: use eslint-json-compat-utils diff --git a/CHANGELOG.md b/CHANGELOG.md index 790a9db6..46a26707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 5.2.0 + +### Minor Changes + +- [#358](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/358) [`b47646a`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/b47646a00ad9b163e5278969b8f8b7913202af2e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use eslint-json-compat-utils + ## 5.1.3 ### Patch Changes diff --git a/package.json b/package.json index 018ead12..15990d2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "5.1.3", + "version": "5.2.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/",