mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
chore: Release 🚀 17.0.0 [skip ci]
# [17.0.0](https://github.com/jdalrymple/gitbeaker/compare/16.0.0...17.0.0) (2020-03-24)
### Bug Fixes
* **core:** Adding better handling for form type arguments ([#570](https://github.com/jdalrymple/gitbeaker/issues/570)) ([4751ed2](4751ed225f)), closes [#568](https://github.com/jdalrymple/gitbeaker/issues/568)
### BREAKING CHANGES
* **core:** Trigger.pipeline now has a defined variables property to house all the pipeline variables to be set. Before these variables were set on the root object, but this made it difficult to parse any future options that may be added to this function.
This commit is contained in:
parent
4751ed225f
commit
d850e8d2e6
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# [17.0.0](https://github.com/jdalrymple/gitbeaker/compare/16.0.0...17.0.0) (2020-03-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** Adding better handling for form type arguments ([#570](https://github.com/jdalrymple/gitbeaker/issues/570)) ([4751ed2](https://github.com/jdalrymple/gitbeaker/commit/4751ed225fd8df6ac23200e92473ba8346901dbe)), closes [#568](https://github.com/jdalrymple/gitbeaker/issues/568)
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **core:** Trigger.pipeline now has a defined variables property to house all the pipeline variables to be set. Before these variables were set on the root object, but this made it difficult to parse any future options that may be added to this function.
|
||||
|
||||
# [16.0.0](https://github.com/jdalrymple/gitbeaker/compare/15.2.0...16.0.0) (2020-03-24)
|
||||
|
||||
|
||||
|
||||
@ -54,5 +54,5 @@
|
||||
"prepublishOnly": "lerna run build",
|
||||
"release": "semantic-release --no-ci"
|
||||
},
|
||||
"version": "16.0.0"
|
||||
"version": "17.0.0"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/browser",
|
||||
"description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/cli",
|
||||
"description": "Full NodeJS CLI implementation of the GitLab API.",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/core",
|
||||
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/node",
|
||||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/requester-utils",
|
||||
"description": "Utility functions for requester implementatons used in @gitbeaker",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user