From a8596357f41b66c238a2a16de5027fc258a4e07f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:51:34 +0900 Subject: [PATCH] chore: release eslint-plugin-json-schema-validator (#238) Co-authored-by: github-actions[bot] --- .changeset/fluffy-jeans-whisper.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fluffy-jeans-whisper.md diff --git a/.changeset/fluffy-jeans-whisper.md b/.changeset/fluffy-jeans-whisper.md deleted file mode 100644 index a2cc5ed4..00000000 --- a/.changeset/fluffy-jeans-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": minor ---- - -feat: support schema merging diff --git a/CHANGELOG.md b/CHANGELOG.md index 92752aec..35101e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 4.6.0 + +### Minor Changes + +- [#237](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/237) [`c5ddb60`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/c5ddb600ed8c9a32949a904992ee241636aa9ad5) Thanks [@MarcRoemmelt](https://github.com/MarcRoemmelt)! - feat: support schema merging + ## 4.5.0 ### Minor Changes diff --git a/package.json b/package.json index 9c805cb1..1f7924e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "4.5.0", + "version": "4.6.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/",