chore(release): 11.5.0 [skip ci]

# [11.5.0](https://github.com/jdalrymple/node-gitlab/compare/11.4.2...11.5.0) (2019-11-13)

### Features

* Add downloadSingleArtifactFileFromRef method ([#493](https://github.com/jdalrymple/node-gitlab/issues/493)) ([1967984](196798472a))
This commit is contained in:
semantic-release-bot 2019-11-13 20:33:05 +00:00
parent 196798472a
commit 2a9e2acbcf
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [11.5.0](https://github.com/jdalrymple/node-gitlab/compare/11.4.2...11.5.0) (2019-11-13)
### Features
* Add downloadSingleArtifactFileFromRef method ([#493](https://github.com/jdalrymple/node-gitlab/issues/493)) ([1967984](https://github.com/jdalrymple/node-gitlab/commit/196798472ae79018132f02ab3cfa3bbb60535148))
## [11.4.2](https://github.com/jdalrymple/node-gitlab/compare/11.4.1...11.4.2) (2019-10-28)

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"name": "gitlab",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "11.4.2",
"version": "11.5.0",
"author": {
"name": "Justin Dalrymple",
"email": "justin.s.dalrymple@gmail.com"