From 67a8b9214c9c30b7a51c3088163caa64e0a9e907 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 16 Mar 2023 20:09:38 +0900 Subject: [PATCH] 4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09a72f8b..2cd1a8ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "4.1.0", + "version": "4.2.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/",