Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Sep 9, 2013
1 parent f7a680c commit 38ae038
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,13 @@ Contribute new commands to this project by copying and editing the content of [H
## History
* **v1.3.0** September 8, 2013
* Add new `gh repo` command
* Authenticate with GitHub regardless the command is run from a git repo
* Use last commit message as pull request title instead of branch name
* Document `gh alias --list`
* Add `--assignee` flag for issues
* Fix list issues that are related to a milestone
* **v1.2.2** August 14, 2013
* Include `--description` attribute on PR submit
* **v1.2.1** August 12, 2013
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.2.2",
"version": "1.3.0",
"homepage": "http://nodegh.io",
"author": {
"name": "Eduardo Lundgren",
Expand Down

0 comments on commit 38ae038

Please sign in to comment.