Skip to content

Commit

Permalink
📦 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Goldman committed Jul 1, 2016
1 parent fc074ee commit 4a9dc52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

## Unreleased
## [2.1.0] - 2016-07-01

### Changed

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

[2.1.0]: https://github.com/ungoldman/gh-release/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/ungoldman/gh-release/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/ungoldman/gh-release/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/ungoldman/gh-release/compare/v2.0.0...v2.0.1
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": "2.0.3",
"version": "2.1.0",
"author": "Nate Goldman <[email protected]> (http://ungoldman.com/)",
"bin": {
"gh-release": "./bin/cli.js"
Expand Down

0 comments on commit 4a9dc52

Please sign in to comment.