From d416fe5def6e5e48e88870e5bcdf08099ae1b6b8 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 9 Jan 2025 19:46:37 +0800 Subject: [PATCH] chore: release v2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cc4278..0ae203c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-command", "type": "module", - "version": "2.0.7", + "version": "2.1.0", "packageManager": "pnpm@9.15.3", "description": "Comment-as-command for one-off codemod with ESLint", "author": "Anthony Fu ",