chore(release): 11.1.1 [skip ci]

## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)

### Bug Fixes

* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
This commit is contained in:
semantic-release-bot 2019-09-09 23:07:32 +00:00
parent 78e5b5c504
commit fa47de093b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)
### Bug Fixes
* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
# [11.1.0](https://github.com/jdalrymple/node-gitlab/compare/11.0.2...11.1.0) (2019-09-09)

2
package-lock.json generated
View File

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