From b731b1ff330871e56b8cb984c11ab66fbb176874 Mon Sep 17 00:00:00 2001 From: mizdra Date: Tue, 19 Oct 2021 00:05:47 +0900 Subject: [PATCH] v2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41d917c7..985152f8 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": "2.0.0", + "version": "2.1.0", "repository": "https://github.com/mizdra/eslint-interactive.git", "author": "mizdra ", "license": "MIT",