From dbd53496ba7bed9c113ad76fbfbd40f3a9ae574e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Mar 2020 15:40:14 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20Release=20=F0=9F=9A=80=2015.1.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/gitbeaker-browser/package.json | 2 +- packages/gitbeaker-cli/package.json | 2 +- packages/gitbeaker-core/package.json | 2 +- packages/gitbeaker-node/package.json | 2 +- packages/gitbeaker-requester-utils/package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f48e7e0..77820aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1ea7c668..267c87bd 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,5 @@ "prepublishOnly": "lerna run build", "release": "semantic-release --no-ci" }, - "version": "15.0.0" + "version": "15.1.0" } diff --git a/packages/gitbeaker-browser/package.json b/packages/gitbeaker-browser/package.json index cc5739f1..51fe8a77 100644 --- a/packages/gitbeaker-browser/package.json +++ b/packages/gitbeaker-browser/package.json @@ -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" }, diff --git a/packages/gitbeaker-cli/package.json b/packages/gitbeaker-cli/package.json index 67df5fda..8b8dde40 100644 --- a/packages/gitbeaker-cli/package.json +++ b/packages/gitbeaker-cli/package.json @@ -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" }, diff --git a/packages/gitbeaker-core/package.json b/packages/gitbeaker-core/package.json index 7eddc94c..2efb31a8 100644 --- a/packages/gitbeaker-core/package.json +++ b/packages/gitbeaker-core/package.json @@ -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" }, diff --git a/packages/gitbeaker-node/package.json b/packages/gitbeaker-node/package.json index 05eae9a4..7fc1b91e 100644 --- a/packages/gitbeaker-node/package.json +++ b/packages/gitbeaker-node/package.json @@ -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" }, diff --git a/packages/gitbeaker-requester-utils/package.json b/packages/gitbeaker-requester-utils/package.json index 8cdc192c..76c2bf17 100644 --- a/packages/gitbeaker-requester-utils/package.json +++ b/packages/gitbeaker-requester-utils/package.json @@ -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" },