diff --git a/README.md b/README.md index 8e79d9a7..aa8fe02a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 1d16d9d4..86d4d710 100755 --- a/package.json +++ b/package.json @@ -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",