From 7bea5178ab1ed34ab35ec2d9468d757b179bbced Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Sun, 3 Jul 2022 01:05:44 +0000 Subject: [PATCH] 3.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bda1bfe..f29ce97c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-json-schema-validator", - "version": "3.1.0", + "version": "3.1.1", "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/",