From fc605360405f9bd658b56f38e9a1de325ab39b26 Mon Sep 17 00:00:00 2001 From: Alex Canessa Date: Mon, 27 Apr 2020 16:28:16 +0200 Subject: [PATCH] Release 0.17.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1b8f4c8..d9f57702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-notes", - "version": "0.17.1", + "version": "0.17.2", "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": {