From ea794abb6ab5daea7cc72b350e534b17a8f12d67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:01:22 +0000 Subject: [PATCH] chore: release eslint-plugin-json-schema-validator --- .changeset/purple-ravens-invent.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-ravens-invent.md diff --git a/.changeset/purple-ravens-invent.md b/.changeset/purple-ravens-invent.md deleted file mode 100644 index 3a25fe4e..00000000 --- a/.changeset/purple-ravens-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": patch ---- - -fix(deps): update dependency `minimatch` to `v9` or `v10` diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d66b50..d76ea1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 5.3.2 + +### Patch Changes + +- [#337](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/337) [`3a01188`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/3a01188414767cf4a4c5b2e457df94bb0bef5087) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency `minimatch` to `v9` or `v10` + ## 5.3.1 ### Patch Changes diff --git a/package.json b/package.json index c2034cea..64a9e7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "5.3.1", + "version": "5.3.2", "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/",