mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
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:
parent
2db0be8309
commit
55404c09ca
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -54,5 +54,5 @@
|
||||
"prepublishOnly": "lerna run build",
|
||||
"release": "semantic-release --no-ci"
|
||||
},
|
||||
"version": "17.0.0"
|
||||
"version": "17.0.1"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user