From 13bca25020f7f1e168ab442f541ecec7602ca9b5 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Tue, 4 Jun 2013 00:37:28 -0300 Subject: [PATCH] 1.0.0 --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79ef6795..42fd75d1 100644 --- a/README.md +++ b/README.md @@ -436,10 +436,11 @@ Contribute new commands to this project by copying and editing the content of [H ## History +* **v1.0.0** June 4, 2013 + * Rename commands and add shortcut for them + * Add default action for commands when no flags is passed * **v0.1.13** June 3, 2013 - * Fixed error using wrong branch name when submitting a pull request - * **v0.1.12** June 3, 2013 * Enable fetch PRs from private repos * **v0.1.11** June 2, 2013 diff --git a/package.json b/package.json index 1acfc914..2266e03d 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "0.1.13", + "version": "1.0.0", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",