From 5e291266159a0eea9aa9d6bf6e178062fa153c7a Mon Sep 17 00:00:00 2001 From: azu Date: Mon, 14 Sep 2020 23:02:36 +0900 Subject: [PATCH] 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5b4550..54bbec4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "src/", "lib/" ], - "version": "1.0.2", + "version": "1.1.0", "description": "textlint rule that disallow exclamation and question mark.", "main": "lib/textlint-rule-no-exclamation-question-mark.js", "directories": { @@ -55,4 +55,4 @@ "prettier --write" ] } -} \ No newline at end of file +}