Skip to content

Commit 158f3b1

Browse files
committed
3.2.1
1 parent f84c7bc commit 158f3b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
10+
## [3.2.1](https://github.com/hypermodules/gh-release/compare/v3.2.0...v3.2.1) - 2018-04-27
11+
12+
### Fixes
13+
- update `request` dependency (#72)
14+
915
## [3.2.0](https://github.com/hypermodules/gh-release/compare/v3.1.2...v3.2.0) - 2018-01-04
1016

1117
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gh-release",
33
"description": "Create a release for a node package on github.",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Nate Goldman <[email protected]> (http://ungoldman.com/)",
66
"bin": {
77
"gh-release": "./bin/cli.js"

0 commit comments

Comments
 (0)