From 128eb2f65fddb5fd627961890ce5b43be2e9dfaa Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 18 Mar 2024 02:59:22 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++ packages/core/CHANGELOG.md | 36 +++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41ee227d..9546f0012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,49 @@ +# 40.0.0 (Mon Mar 18 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: null[@nhollander-alert](https://github.com/nhollander-alert) + +:heart: DK ([@vitamindck](https://github.com/vitamindck)) + +#### 💥 Breaking Change + +- `@gitbeaker/core` + - Updating Access Token API wrapper [#3554](https://github.com/jdalrymple/gitbeaker/pull/3554) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ✨ Feature + +- `@gitbeaker/core` + - Implement GitlabPages.showSettings() [#3546](https://github.com/jdalrymple/gitbeaker/pull/3546) ([@kouak](https://github.com/kouak)) + - Allow 'self' for personal access token rotation [#3547](https://github.com/jdalrymple/gitbeaker/pull/3547) ([@nhollander-alert](https://github.com/nhollander-alert)) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Fix endpoint for the removal of remote mirrors [#3550](https://github.com/jdalrymple/gitbeaker/pull/3550) ([@vitamindck](https://github.com/vitamindck)) + +#### ↕️ Dependencies + +- Bump follow-redirects from 1.15.5 to 1.15.6 [#3557](https://github.com/jdalrymple/gitbeaker/pull/3557) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump ip from 2.0.0 to 2.0.1 [#3543](https://github.com/jdalrymple/gitbeaker/pull/3543) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### 🗃️ Typescript Definitions + +- `@gitbeaker/core` + - Adding skipci type for rebase [#3552](https://github.com/jdalrymple/gitbeaker/pull/3552) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 5 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- [@nhollander-alert](https://github.com/nhollander-alert) +- Benjamin Beret ([@kouak](https://github.com/kouak)) +- DK ([@vitamindck](https://github.com/vitamindck)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 39.34.3 (Tue Feb 20 2024) #### 🔨 Technical Debt diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 877af38ad..034a4d0f5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,39 @@ +# v40.0.0 (Mon Mar 18 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: null[@nhollander-alert](https://github.com/nhollander-alert) + +:heart: DK ([@vitamindck](https://github.com/vitamindck)) + +#### 💥 Breaking Change + +- Updating Access Token API wrapper [#3554](https://github.com/jdalrymple/gitbeaker/pull/3554) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ✨ Feature + +- Implement GitlabPages.showSettings() [#3546](https://github.com/jdalrymple/gitbeaker/pull/3546) ([@kouak](https://github.com/kouak)) +- Allow 'self' for personal access token rotation [#3547](https://github.com/jdalrymple/gitbeaker/pull/3547) ([@nhollander-alert](https://github.com/nhollander-alert)) + +#### 🐛 Bug Fix + +- Fix endpoint for the removal of remote mirrors [#3550](https://github.com/jdalrymple/gitbeaker/pull/3550) ([@vitamindck](https://github.com/vitamindck)) + +#### 🗃️ Typescript Definitions + +- Adding skipci type for rebase [#3552](https://github.com/jdalrymple/gitbeaker/pull/3552) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 4 + +- [@nhollander-alert](https://github.com/nhollander-alert) +- Benjamin Beret ([@kouak](https://github.com/kouak)) +- DK ([@vitamindck](https://github.com/vitamindck)) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.34.3 (Tue Feb 20 2024) #### 🗃️ Typescript Definitions