Skip to content

Commit 0b2aef4

Browse files
chore: release eslint-plugin-json-schema-validator (#349)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dab937c commit 0b2aef4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/giant-wolves-tie.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.1.3
4+
5+
### Patch Changes
6+
7+
- [#348](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/348) [`dab937c`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/dab937cc62367fc261df29e755a90dee9f8cbb94) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash on empty yaml
8+
39
## 5.1.2
410

511
### Patch 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.1.2",
3+
"version": "5.1.3",
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)