Skip to content

Commit 40ea781

Browse files
chore: release eslint-plugin-json-schema-validator (#364)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24b6c2f commit 40ea781

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/friendly-bats-shave.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.0
4+
5+
### Minor Changes
6+
7+
- [#363](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/363) [`24b6c2f`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/24b6c2f67b19f7aa3ad11f7e85e011d47617d63e) Thanks [@Kenneth-Sills](https://github.com/Kenneth-Sills)! - prevent timeouts on Node 19+
8+
39
## 5.2.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.2.0",
3+
"version": "5.3.0",
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)