From 027cd696693ff659236e3875f8f62c2bbf18cf66 Mon Sep 17 00:00:00 2001 From: alexcanessa Date: Sun, 27 May 2018 23:58:39 +0100 Subject: [PATCH] Version 0.16.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afea1a09..0c14a1b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-notes", - "version": "0.15.0", + "version": "0.16.0", "description": "Create a release from a tag and uses issues or commits to creating the release notes. It also can generate a CHANGELOG.md file based on the release notes (or generate a brand new).", "main": "./github-release-notes.js", "scripts": {