From ba04db6b8cee1ab2281f8aa34739bf4d9f863913 Mon Sep 17 00:00:00 2001 From: alexcanessa Date: Wed, 17 May 2017 16:06:49 +0100 Subject: [PATCH] Release 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e242f6a..e8f4d20e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-notes", - "version": "0.8.1", + "version": "0.9.0", "description": "Node module to publish release notes based on commits between the last two tags.", "main": "./github-release-notes.js", "scripts": {