chore(release): 6.3.0 [skip ci]

# [6.3.0](https://github.com/jdalrymple/node-gitlab/compare/6.2.0...6.3.0) (2019-06-08)

### Features

* Add configurable request timeout ([#341](https://github.com/jdalrymple/node-gitlab/issues/341)) ([4d99902](https://github.com/jdalrymple/node-gitlab/commit/4d99902))
This commit is contained in:
semantic-release-bot 2019-06-08 21:32:40 +00:00
parent 4d99902a10
commit facd53716e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [6.3.0](https://github.com/jdalrymple/node-gitlab/compare/6.2.0...6.3.0) (2019-06-08)
### Features
* Add configurable request timeout ([#341](https://github.com/jdalrymple/node-gitlab/issues/341)) ([4d99902](https://github.com/jdalrymple/node-gitlab/commit/4d99902))
# [6.2.0](https://github.com/jdalrymple/node-gitlab/compare/6.1.0...6.2.0) (2019-06-07)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "6.2.0",
"version": "6.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "6.2.0",
"version": "6.3.0",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"keywords": [
"api",