Skip to content

Commit 6cf1ef7

Browse files
chore: release eslint-plugin-json-schema-validator (#366)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0830dcb commit 6cf1ef7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/five-dodos-cheat.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-json-schema-validator
22

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- [#365](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/365) [`0830dcb`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/0830dcb05ee3097b3df3cb4f6d0aff253ee1a2a6) Thanks [@antitoxic](https://github.com/antitoxic)! - fix: don't crash if schema cache directories already exist
8+
39
## 5.3.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-json-schema-validator",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "ESLint plugin that validates data using JSON Schema Validator.",
55
"repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git",
66
"homepage": "https://ota-meshi.github.io/eslint-plugin-json-schema-validator/",

0 commit comments

Comments
 (0)