From c4862f248e9311cbb756148a932f587e2e2c3ee0 Mon Sep 17 00:00:00 2001 From: azu Date: Fri, 29 Dec 2023 08:54:15 +0900 Subject: [PATCH] 6.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf8ce5c..505b8ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu/issues" }, - "version": "6.0.0", + "version": "6.0.1", "description": "textlint rule that no mixed である and ですます.", "main": "lib/no-mix-dearu-desumasu.js", "files": [ @@ -55,4 +55,4 @@ "prettier --write" ] } -} \ No newline at end of file +}