From a7446e490879077d6eecd6b8b6951030370abdfd Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Wed, 6 May 2020 17:32:15 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++ packages/gitbeaker-core/CHANGELOG.md | 21 +++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df0dc83..376d92a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 19.4.0 (Wed May 06 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor)), for all your work! + +#### 💥 Feature + +- `@gitbeaker/core` + - Add Deploy tokens API [#762](https://github.com/jdalrymple/gitbeaker/pull/762) ([@jdalrymple](https://github.com/jdalrymple) [@dylanmtaylor](https://github.com/dylanmtaylor)) + +#### ⚠️ Pushed to `master` + +- `@gitbeaker/core` + - Merge branch 'deploy-fix' ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔩 Dependencies + +- chore(deps-dev): bump rollup from 2.7.6 to 2.8.0 [#765](https://github.com/jdalrymple/gitbeaker/pull/765) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 2.30.0 to 2.31.0 [#767](https://github.com/jdalrymple/gitbeaker/pull/767) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- chore(deps-dev): bump @types/node from 13.13.4 to 13.13.5 [#766](https://github.com/jdalrymple/gitbeaker/pull/766) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 3 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 19.3.1 (Tue May 05 2020) #### 👷🏼‍♀️ Technical Debt diff --git a/packages/gitbeaker-core/CHANGELOG.md b/packages/gitbeaker-core/CHANGELOG.md index 162a12fe..ec3dd0f4 100644 --- a/packages/gitbeaker-core/CHANGELOG.md +++ b/packages/gitbeaker-core/CHANGELOG.md @@ -1,3 +1,24 @@ +# v19.4.0 (Wed May 06 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor)), for all your work! + +#### 💥 Feature + +- Add Deploy tokens API [#762](https://github.com/jdalrymple/gitbeaker/pull/762) ([@jdalrymple](https://github.com/jdalrymple) [@dylanmtaylor](https://github.com/dylanmtaylor)) + +#### 🐛 Bug Fix + +- Merge branch 'deploy-fix' ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 2 + +- Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v19.3.0 (Fri May 01 2020) #### 🐛 Bug Fix