Skip to content

Commit

Permalink
Merge pull request node-gh#1 from eduardolundgren/master
Browse files Browse the repository at this point in the history
pull latest
  • Loading branch information
EliEladElrom committed Jun 7, 2013
2 parents 037f464 + c33e39e commit 2cfeb1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ Contribute new commands to this project by copying and editing the content of [H
## History
* **v1.1.1** June 6, 2013
* Bug fixes
* **v1.1.0** June 5, 2013
* Add `--milestone` filter flag on listing issues
* **v1.0.0** June 4, 2013
Expand Down
1 change: 1 addition & 0 deletions bin/gh.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if (command) {
command.DETAILS.shorthands, process.argv, 2);

cooked = options.argv.cooked;
remain = options.argv.remain;

operations.push(base.login);
operations.push(base.checkVersion);
Expand Down
2 changes: 1 addition & 1 deletion lib/cmds/pull-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ PullRequest.prototype.run = function() {
options: options
});

instance.merge();
instance.merge(logger.defaultCallback);
}

if (options.fwd) {
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",
"description": "GitHub command line tools.",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://nodegh.io",
"author": {
"name": "Eduardo Lundgren",
Expand Down

0 comments on commit 2cfeb1a

Please sign in to comment.