From a50dec510fce2b57e57bc67ef44a0888dbccb4ca Mon Sep 17 00:00:00 2001 From: protoEvangelion Date: Wed, 2 Oct 2019 04:41:07 +0000 Subject: [PATCH] chore(release): 2.0.9 [skip ci] ## [2.0.9](https://github.com/node-gh/gh/compare/v2.0.8...v2.0.9) (2019-10-02) ### Bug Fixes * **pull-request:** only add body when updating PR when body is truthy ([da8cdbf](https://github.com/node-gh/gh/commit/da8cdbf)), closes [#678](https://github.com/node-gh/gh/issues/678) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a51aa210..fa48d560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "2.0.8", + "version": "2.0.9", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",