diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3c2c3e2..1bfacf9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.3.3](https://github.com/jdalrymple/node-gitlab/compare/6.3.2...6.3.3) (2019-06-10) + + +### Bug Fixes + +* Handle edge cases where content-type headers are missing or the content text is null ([dabcb3d](https://github.com/jdalrymple/node-gitlab/commit/dabcb3d)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343) + ## [6.3.2](https://github.com/jdalrymple/node-gitlab/compare/6.3.1...6.3.2) (2019-06-10) diff --git a/package-lock.json b/package-lock.json index a81e7cb9f..e9c68cc12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "6.3.2", + "version": "6.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a378e23cc..59013df7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "6.3.2", + "version": "6.3.3", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "keywords": [ "api",