Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Jan 4, 2018
1 parent e8da64b commit b44f29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <ungoldman@gmail.com> (http://ungoldman.com/)",
"bin": {
"gh-release": "./bin/cli.js"
Expand Down

0 comments on commit b44f29a

Please sign in to comment.