From 101d239e9d8cb60c5c8112d6256bec1becfbe218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:38:53 +0900 Subject: [PATCH] chore: release eslint-plugin-json-schema-validator (#289) Co-authored-by: github-actions[bot] --- .changeset/chilled-crabs-breathe.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-crabs-breathe.md diff --git a/.changeset/chilled-crabs-breathe.md b/.changeset/chilled-crabs-breathe.md deleted file mode 100644 index 6644985b..00000000 --- a/.changeset/chilled-crabs-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-json-schema-validator": patch ---- - -fix: breaking config diff --git a/CHANGELOG.md b/CHANGELOG.md index 151e9224..f6ceb4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-json-schema-validator +## 4.8.1 + +### Patch Changes + +- [#287](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/287) [`3814173`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/38141731c18dbd7ba07436f80388ea794d9c6845) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: breaking config + ## 4.8.0 ### Minor Changes diff --git a/package.json b/package.json index 9e1e58ec..62fc7c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "4.8.0", + "version": "4.8.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/",