From fdebafa423034b32ff55faaec25feb236c552c46 Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 25 Dec 2023 05:54:28 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/core/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79f08a6..e5e0f489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 39.27.0 (Mon Dec 25 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, JounQin ([@JounQin](https://github.com/JounQin)), for all your work! + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - fix: incorrect `noteable_type` type for `MergeRequest` [#3491](https://github.com/jdalrymple/gitbeaker/pull/3491) ([@JounQin](https://github.com/JounQin) [@jdalrymple](https://github.com/jdalrymple)) + +#### ↕️ Dependencies + +- Bump nx from 17.2.5 to 17.2.7 [#3495](https://github.com/jdalrymple/gitbeaker/pull/3495) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- JounQin ([@JounQin](https://github.com/JounQin)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 39.26.2 (Mon Dec 18 2023) #### ↕️ Dependencies diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1deb1d0a..f8b3319a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,20 @@ +# v39.27.0 (Mon Dec 25 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, JounQin ([@JounQin](https://github.com/JounQin)), for all your work! + +#### 🐛 Bug Fix + +- fix: incorrect `noteable_type` type for `MergeRequest` [#3491](https://github.com/jdalrymple/gitbeaker/pull/3491) ([@JounQin](https://github.com/JounQin) [@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 2 + +- JounQin ([@JounQin](https://github.com/JounQin)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.26.1 (Wed Dec 13 2023) :tada: This release contains work from a new contributor! :tada: