Merge remote-tracking branch 'origin/master'

This commit is contained in:
Justin Dalrymple 2018-11-26 15:37:57 -05:00
commit 929db366a4
3 changed files with 2056 additions and 2049 deletions

View File

@ -1,3 +1,10 @@
## [4.2.5](https://github.com/jdalrymple/node-gitlab/compare/4.2.4...4.2.5) (2018-11-26)
### Bug Fixes
* Project variables urls were being generated incorrectly ([28b28cf](https://github.com/jdalrymple/node-gitlab/commit/28b28cf))
## [4.2.4](https://github.com/jdalrymple/node-gitlab/compare/4.2.3...4.2.4) (2018-11-26)

4096
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "4.2.4",
"version": "4.2.5",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "dist/latest/index.js",
"engines": {