From 309418317249a8dd1c11828d6cf038c70783d7be Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 21 Jul 2022 17:28:40 +0900 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0997799b..b18be881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "3.2.8", + "version": "4.0.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/",