Skip to content

Commit 4a9dc52

Browse files
author
Nate Goldman
committed
📦 2.1.0
1 parent fc074ee commit 4a9dc52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
This change log adheres to [keepachangelog.com](http://keepachangelog.com).
88

9-
## Unreleased
9+
## [2.1.0] - 2016-07-01
1010

1111
### Changed
1212

@@ -149,6 +149,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
149149
* define basic node interface
150150
* define basic cli interface
151151

152+
[2.1.0]: https://github.com/ungoldman/gh-release/compare/v2.0.3...v2.1.0
152153
[2.0.3]: https://github.com/ungoldman/gh-release/compare/v2.0.2...v2.0.3
153154
[2.0.2]: https://github.com/ungoldman/gh-release/compare/v2.0.1...v2.0.2
154155
[2.0.1]: https://github.com/ungoldman/gh-release/compare/v2.0.0...v2.0.1

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": "2.0.3",
4+
"version": "2.1.0",
55
"author": "Nate Goldman <[email protected]> (http://ungoldman.com/)",
66
"bin": {
77
"gh-release": "./bin/cli.js"

0 commit comments

Comments
 (0)