From 00f7ac8635a4e7d4d2b7920045b219cb6c8a6a47 Mon Sep 17 00:00:00 2001 From: Autobot Date: Sun, 11 Jun 2023 19:34:18 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ packages/core/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78ffd56..c490f4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 39.1.0 (Sun Jun 11 2023) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Fixing typo in the `edit` function of Resource/Group/Project Milestones [#3308](https://github.com/jdalrymple/gitbeaker/pull/3308) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ↕️ Dependencies + +- Bump lerna from 6.6.1 to 7.0.0 [#3306](https://github.com/jdalrymple/gitbeaker/pull/3306) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 39.0.0 (Thu Jun 08 2023) #### 💥 Breaking Change diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fee81d71..1ce09952 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v39.1.0 (Sun Jun 11 2023) + +#### 🐛 Bug Fix + +- Fixing typo in the `edit` function of Resource/Group/Project Milestones [#3308](https://github.com/jdalrymple/gitbeaker/pull/3308) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.0.0 (Thu Jun 08 2023) #### 💥 Breaking Change