From 0dd0c2ec4970d3600c1723311ca89ccc9179d1b0 Mon Sep 17 00:00:00 2001 From: protoEvangelion Date: Sun, 13 Oct 2019 01:46:47 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/node-gh/gh/compare/v2.2.0...v2.3.0) (2019-10-13) ### Bug Fixes * **gh-jira:** only freeze options object when testing ([a227cc4](https://github.com/node-gh/gh/commit/a227cc4)) ### Features * **plugins:** allow plugins to use cookie in custom header ([fd9865a](https://github.com/node-gh/gh/commit/fd9865a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfbda3a6..7a52309d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "2.2.0", + "version": "2.3.0", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",