From 1bdc3de2e7da7802f4449c3ea6e3e4cf8576592f Mon Sep 17 00:00:00 2001 From: protoEvangelion Date: Mon, 4 Nov 2019 02:58:39 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/node-gh/gh/compare/v2.3.3...v2.4.0) (2019-11-04) ### Bug Fixes * **pull-request:** ensure description is passed correctly from editor ([d7a457a](https://github.com/node-gh/gh/commit/d7a457a)) ### Features * **cmd:** create function that will open a temp file in editor to store a msg ([0575331](https://github.com/node-gh/gh/commit/0575331)), closes [#34](https://github.com/node-gh/gh/issues/34) * **issue:** open default editor when user passes empty comment ([1182449](https://github.com/node-gh/gh/commit/1182449)), closes [#34](https://github.com/node-gh/gh/issues/34) * **issue:** open editor title or comment is blank ([af6bcb3](https://github.com/node-gh/gh/commit/af6bcb3)), closes [#34](https://github.com/node-gh/gh/issues/34) * **pull-request:** open editor when comment is empty ([468ec80](https://github.com/node-gh/gh/commit/468ec80)), closes [#34](https://github.com/node-gh/gh/issues/34) * **pull-request:** open editor when description is empty ([68c55b1](https://github.com/node-gh/gh/commit/68c55b1)), closes [#34](https://github.com/node-gh/gh/issues/34) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 762bb8c5..474a5459 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "Boost your productivity & automate tasks when working with GitHub, all from the comfort of your CLI.", - "version": "2.3.3", + "version": "2.4.0", "homepage": "http://nodegh.io", "preferGlobal": true, "contributors": [