mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
chore: Release 🚀 15.1.0 [skip ci]
# [15.1.0](https://github.com/jdalrymple/gitbeaker/compare/15.0.0...15.1.0) (2020-03-22)
### Features
* Add typing to project and group variables ([#620](https://github.com/jdalrymple/gitbeaker/issues/620)) ([70f39ab](70f39ab431))
This commit is contained in:
parent
70f39ab431
commit
dbd53496ba
@ -1,3 +1,10 @@
|
||||
# [15.1.0](https://github.com/jdalrymple/gitbeaker/compare/15.0.0...15.1.0) (2020-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add typing to project and group variables ([#620](https://github.com/jdalrymple/gitbeaker/issues/620)) ([70f39ab](https://github.com/jdalrymple/gitbeaker/commit/70f39ab4310722ea8e61b0309f445ebea758f833))
|
||||
|
||||
# [15.0.0](https://github.com/jdalrymple/gitbeaker/compare/14.2.2...15.0.0) (2020-03-22)
|
||||
|
||||
|
||||
|
||||
@ -54,5 +54,5 @@
|
||||
"prepublishOnly": "lerna run build",
|
||||
"release": "semantic-release --no-ci"
|
||||
},
|
||||
"version": "15.0.0"
|
||||
"version": "15.1.0"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/browser",
|
||||
"description": "Full Browser implementation of the GitLab API. Supports Promises, Async/Await.",
|
||||
"version": "15.0.0",
|
||||
"version": "15.1.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/cli",
|
||||
"description": "Full NodeJS CLI implementation of the GitLab API.",
|
||||
"version": "15.0.0",
|
||||
"version": "15.1.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": "15.0.0",
|
||||
"version": "15.1.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": "15.0.0",
|
||||
"version": "15.1.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gitbeaker/requester-utils",
|
||||
"description": "Utility functions for requester implementatons used in @gitbeaker",
|
||||
"version": "15.0.0",
|
||||
"version": "15.1.0",
|
||||
"author": {
|
||||
"name": "Justin Dalrymple"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user