From 3071aaa495fbe46460bb89d99387060c4cb2dc02 Mon Sep 17 00:00:00 2001 From: Geraint White Date: Sun, 14 Jan 2018 18:14:22 +0000 Subject: [PATCH] fix(package): add version field for semantic release --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2920d60..2126b27 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "github-listener", + "version": "0.0.0-development", "repository": { "type": "git", "url": "https://github.com/itsapi/github-listener.git"