From b44f29a9b2d60aa0fa73b75812e77b4de3c178a0 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Thu, 4 Jan 2018 11:31:49 -0800 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98f6e1..50785fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/). Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Change log format is based on [Keep a Changelog](http://keepachangelog.com/). +## [3.2.0](https://github.com/hypermodules/gh-release/compare/v3.1.2...v3.2.0) - 2018-01-04 + +### Features +- allow empty unreleased section (#62) (#67) - thanks @jrmykolyn + ## [3.1.2](https://github.com/hypermodules/gh-release/compare/v3.1.1...v3.1.2) - 2018-01-03 ### Fixes diff --git a/package.json b/package.json index 35989aa..d7608ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh-release", "description": "Create a release for a node package on github.", - "version": "3.1.2", + "version": "3.2.0", "author": "Nate Goldman (http://ungoldman.com/)", "bin": { "gh-release": "./bin/cli.js"