From 8aa929fb05ca12429248431ace6b719c67d208e9 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 18 Apr 2020 14:27:53 +0900 Subject: [PATCH] chore(release): v4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 692e2236..01fa5d17 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,5 @@ "lint": "eslint --ext .ts,.tsx .", "start": "next start" }, - "version": "3.0.0" + "version": "4.0.0" }