From c6788cf546b42dc71336a68e38aa1e4c8c171b72 Mon Sep 17 00:00:00 2001 From: okdistribute <633012+okdistribute@users.noreply.github.com> Date: Wed, 19 Feb 2020 18:56:36 -0800 Subject: [PATCH] fix: add standard version --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6ed1bccc..728c0c38 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "redux": "^4.0.0", "redux-logger": "^3.0.6", "redux-thunk": "^2.2.0", + "standard-version": "^6.0.1", "styled-components": "^4.1.1", "tachyons": "^4.9.1", "util-promisify": "^2.1.0"