From cf2de60b11a665f26faf663ed0d96a29c39df97a Mon Sep 17 00:00:00 2001 From: Alex Canessa Date: Mon, 7 Dec 2015 16:48:45 +0000 Subject: [PATCH] Version 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95e5d0a5..8b5e7b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-notes", - "version": "0.3.0", + "version": "0.3.1", "description": "Node module to publish release notes based on commits between the last two tags.", "main": "./github-release-notes.js", "scripts": {