diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd4cec2..83bcd201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 38.12.0 (Tue Jun 06 2023) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Switching to a more strict "Omit" type to support better mapped typing [#3297](https://github.com/jdalrymple/gitbeaker/pull/3297) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 38.11.0 (Tue Jun 06 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8ea3a2ab..97af0780 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v38.12.0 (Tue Jun 06 2023) + +#### 🐛 Bug Fix + +- Switching to a more strict "Omit" type to support better mapped typing [#3297](https://github.com/jdalrymple/gitbeaker/pull/3297) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.11.0 (Tue Jun 06 2023) :tada: This release contains work from a new contributor! :tada: