From 981833c21963259e07cba246ae2ed04ed25b4a42 Mon Sep 17 00:00:00 2001 From: ryota-murakami Date: Sun, 29 Oct 2023 23:07:05 +0900 Subject: [PATCH] Revert "release v1.12.4" This reverts commit 2d316173f11b7a0859716e3d2f79151e1e6cd4c0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58ef774..274579a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eslint-config-ts-prefixer", "author": "Ryota Murakami (https://ryota-murakami.github.io/)", "license": "MIT", - "version": "1.12.4", + "version": "1.12.3", "description": "Ruleset of meaningful Lint rules on runtime and beautiful formatters. (prettier & eslint-plugin-import & eslint-plugin-sort-keys-custom-order)", "type": "module", "bin": "./bin/cli.mjs",