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:
semantic-release-bot 2020-03-22 15:40:14 +00:00
parent 70f39ab431
commit dbd53496ba
7 changed files with 13 additions and 6 deletions

View File

@ -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)

View File

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

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},