From e70f508bbd04623ec4ea455f43793d3b63eb0a89 Mon Sep 17 00:00:00 2001 From: Alex Canessa Date: Sun, 15 Nov 2015 01:36:23 +0000 Subject: [PATCH] Release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cbcf883..65084137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-notes", - "version": "0.1.0", + "version": "0.2.0", "description": "Node module to publish release notes based on commits between the last two tags.", "main": "./src/index.js", "scripts": {