Skip to content

Commit f47bfe8

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

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.changeset/dry-candles-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-plugin-json-schema-validator
2+
3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [#202](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/202) [`1583e96`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/1583e96ccb37b0fc93ee89ddbde81edd62cf502e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use `@eslint-community` packages

docs/rules/no-invalid.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: "json-schema-validator/no-invalid"
55
description: "validate object with JSON Schema."
66
since: "v0.1.0"
77
---
8+
89
# json-schema-validator/no-invalid
910

1011
> validate object with JSON Schema.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-json-schema-validator",
3-
"version": "4.2.0",
3+
"version": "4.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)