Skip to content

Commit

Permalink
chore: release eslint-plugin-json-schema-validator (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 20, 2023
1 parent 1583e96 commit f47bfe8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-candles-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-plugin-json-schema-validator

## 4.3.0

### Minor Changes

- [#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
1 change: 1 addition & 0 deletions docs/rules/no-invalid.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: "json-schema-validator/no-invalid"
description: "validate object with JSON Schema."
since: "v0.1.0"
---

# json-schema-validator/no-invalid

> validate object with JSON Schema.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-json-schema-validator",
"version": "4.2.0",
"version": "4.3.0",
"description": "ESLint plugin that validates data using JSON Schema Validator.",
"repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git",
"homepage": "https://ota-meshi.github.io/eslint-plugin-json-schema-validator/",
Expand Down

0 comments on commit f47bfe8

Please sign in to comment.