chore(release): 10.2.1 [skip ci]

## [10.2.1](https://github.com/jdalrymple/node-gitlab/compare/10.2.0...10.2.1) (2019-08-28)

### Bug Fixes

* Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
This commit is contained in:
semantic-release-bot 2019-08-28 01:13:33 +00:00
parent 42313bc5dd
commit ef65273b81
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [10.2.1](https://github.com/jdalrymple/node-gitlab/compare/10.2.0...10.2.1) (2019-08-28)
### Bug Fixes
* Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
# [10.2.0](https://github.com/jdalrymple/node-gitlab/compare/10.1.2...10.2.0) (2019-08-22)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitlab",
"version": "10.2.0",
"version": "10.2.1",
"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": "10.2.0",
"version": "10.2.1",
"author": {
"name": "Justin Dalrymple",
"email": "justin.s.dalrymple@gmail.com"