Skip to content

Commit 74a8e5c

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/rare-coats-report.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+
## 4.9.0
4+
5+
### Minor Changes
6+
7+
- [#301](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/301) [`f5464cc`](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/f5464ccbb90f225e9e6dbd444d590d807ecf95fe) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for flat config
8+
39
## 4.8.3
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": "4.8.3",
3+
"version": "4.9.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)