chore: Release 🚀 17.0.1 [skip ci]

## [17.0.1](https://github.com/jdalrymple/gitbeaker/compare/17.0.0...17.0.1) (2020-03-24)

### Bug Fixes

* Version updates ([2db0be8](2db0be8309))
This commit is contained in:
semantic-release-bot 2020-03-24 21:41:11 +00:00
parent 2db0be8309
commit 55404c09ca
7 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
## [17.0.1](https://github.com/jdalrymple/gitbeaker/compare/17.0.0...17.0.1) (2020-03-24)
### Bug Fixes
* Version updates ([2db0be8](https://github.com/jdalrymple/gitbeaker/commit/2db0be83099be589af956dbac5e201e29e09f7cf))
# [17.0.0](https://github.com/jdalrymple/gitbeaker/compare/16.0.0...17.0.0) (2020-03-24)

View File

@ -54,5 +54,5 @@
"prepublishOnly": "lerna run build",
"release": "semantic-release --no-ci"
},
"version": "17.0.0"
"version": "17.0.1"
}

View File

@ -1,7 +1,7 @@
{
"name": "@gitbeaker/browser",
"description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"name": "Justin Dalrymple"
},

View File

@ -1,7 +1,7 @@
{
"name": "@gitbeaker/cli",
"description": "Full NodeJS CLI implementation of the GitLab API.",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"name": "Justin Dalrymple"
},

View File

@ -1,7 +1,7 @@
{
"name": "@gitbeaker/core",
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"name": "Justin Dalrymple"
},

View File

@ -1,7 +1,7 @@
{
"name": "@gitbeaker/node",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"name": "Justin Dalrymple"
},

View File

@ -1,7 +1,7 @@
{
"name": "@gitbeaker/requester-utils",
"description": "Utility functions for requester implementatons used in @gitbeaker",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"name": "Justin Dalrymple"
},