From 5fc735339c4e58541c2102b33e938e37f7632ef0 Mon Sep 17 00:00:00 2001 From: azu Date: Thu, 3 Jan 2019 22:48:47 +0900 Subject: [PATCH] 1.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eeda24e..18078cc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lib/" ], "name": "create-textlint-rule", - "version": "1.1.1", + "version": "1.2.0", "description": "Create textlint rule project with no configuration.", "main": "lib/create-textlint-rule.js", "bin": { @@ -62,4 +62,4 @@ "git add" ] } -} \ No newline at end of file +}