Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Release: Ready to ship GHB v1.3.6
Browse files Browse the repository at this point in the history
Signed-Off-By: Progyan Bhattacharya <[email protected]>
  • Loading branch information
0xTheProDev committed May 16, 2017
1 parent 18d251b commit 1c11bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ $ ghb issues [options: open | closed | all | id={ID} | label={LABELS}]
$ ghb pulls [options: open | closed | all | id={ID} | label={LABELS}]
```

### What's new _(v1.3.6)_
* The source code and binary files, and the data storage has been split in different directories.
* No longer need to re-setup _**ghb**_ in directories, in case of upgrading the package.

### What's new _(v1.3.4)_
* Added markdown support for Terminal
* Improved UI quality
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ghb",
"version": "1.3.5",
"version": "1.3.6",
"description": "A command line tool for GitHub Issue and Pull Request",
"main": "app.js",
"bin": {
"ghb": "app.js"
},
"scripts": {
"test": "ghb init https://github.com/BytesClub/ghb && ghb issues"
"test": "ghb init https://github.com/BytesClub/ghb && ghb status"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c11bcf

Please sign in to comment.