Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Apr 27, 2018
1 parent f84c7bc commit 158f3b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.1](https://github.com/hypermodules/gh-release/compare/v3.2.0...v3.2.1) - 2018-04-27

### Fixes
- update `request` dependency (#72)

## [3.2.0](https://github.com/hypermodules/gh-release/compare/v3.1.2...v3.2.0) - 2018-01-04

### Features
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.2.0",
"version": "3.2.1",
"author": "Nate Goldman <ungoldman@gmail.com> (http://ungoldman.com/)",
"bin": {
"gh-release": "./bin/cli.js"
Expand Down

0 comments on commit 158f3b1

Please sign in to comment.