From 39c7967d2fda788dfd0eb8a3d21aa2f86a4e9b8b Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Mon, 11 Jul 2022 22:38:17 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 30 +++++++++++++++++++++++++++ packages/cli/CHANGELOG.md | 12 +++++++++++ packages/node/CHANGELOG.md | 16 ++++++++++++++ packages/requester-utils/CHANGELOG.md | 16 ++++++++++++++ 4 files changed, 74 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06dceaf8..e98bb8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 35.6.1 (Mon Jul 11 2022) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: Karl Haworth ([@karlhaworth](https://github.com/karlhaworth)) + +:heart: Jeff Bacon ([@thesuavehog](https://github.com/thesuavehog)) + +#### 🐛 Bug Fix + +- `@gitbeaker/requester-utils` + - fixes #2545 - compile error in RequesterUtils [#2546](https://github.com/jdalrymple/gitbeaker/pull/2546) ([@thesuavehog](https://github.com/thesuavehog)) +- `@gitbeaker/cli` + - Fix typo in unit/index.ts [#2438](https://github.com/jdalrymple/gitbeaker/pull/2438) ([@eltociear](https://github.com/eltociear)) + +#### 👷🏼‍♀️ Technical Debt + +- `@gitbeaker/node` + - fix: unpin got dependency [#2572](https://github.com/jdalrymple/gitbeaker/pull/2572) ([@karlhaworth](https://github.com/karlhaworth)) + +#### Authors: 3 + +- Ikko Ashimine ([@eltociear](https://github.com/eltociear)) +- Jeff Bacon ([@thesuavehog](https://github.com/thesuavehog)) +- Karl Haworth ([@karlhaworth](https://github.com/karlhaworth)) + +--- + # 35.6.0 (Wed Mar 23 2022) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index aaf57b2f..39c551bb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v35.6.1 (Mon Jul 11 2022) + +#### 🐛 Bug Fix + +- Fix typo in unit/index.ts [#2438](https://github.com/jdalrymple/gitbeaker/pull/2438) ([@eltociear](https://github.com/eltociear)) + +#### Authors: 1 + +- Ikko Ashimine ([@eltociear](https://github.com/eltociear)) + +--- + # v35.4.0 (Mon Feb 07 2022) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 0c7ecd0a..cb852b15 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,3 +1,19 @@ +# v35.6.1 (Mon Jul 11 2022) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Karl Haworth ([@karlhaworth](https://github.com/karlhaworth)), for all your work! + +#### 👷🏼‍♀️ Technical Debt + +- fix: unpin got dependency [#2572](https://github.com/jdalrymple/gitbeaker/pull/2572) ([@karlhaworth](https://github.com/karlhaworth)) + +#### Authors: 1 + +- Karl Haworth ([@karlhaworth](https://github.com/karlhaworth)) + +--- + # v35.3.0 (Sat Feb 05 2022) #### 🐛 Bug Fix diff --git a/packages/requester-utils/CHANGELOG.md b/packages/requester-utils/CHANGELOG.md index d70cf99f..c14fcaf7 100644 --- a/packages/requester-utils/CHANGELOG.md +++ b/packages/requester-utils/CHANGELOG.md @@ -1,3 +1,19 @@ +# v35.6.1 (Mon Jul 11 2022) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Jeff Bacon ([@thesuavehog](https://github.com/thesuavehog)), for all your work! + +#### 🐛 Bug Fix + +- fixes #2545 - compile error in RequesterUtils [#2546](https://github.com/jdalrymple/gitbeaker/pull/2546) ([@thesuavehog](https://github.com/thesuavehog)) + +#### Authors: 1 + +- Jeff Bacon ([@thesuavehog](https://github.com/thesuavehog)) + +--- + # v35.3.0 (Sat Feb 05 2022) #### 🐛 Bug Fix