From c82994b1610b20cbafcf809999e8359ded838ccc Mon Sep 17 00:00:00 2001 From: mizdra Date: Tue, 24 Aug 2021 23:16:11 +0900 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 452c858e..15f8db4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mizdra/eslint-interactive", "description": "The CLI tool to run `eslint --fix` for each rule", - "version": "1.0.0", + "version": "1.1.0", "repository": "https://github.com/mizdra/eslint-interactive.git", "author": "mizdra ", "license": "MIT",