Update CHANGELOG.md [skip ci]

This commit is contained in:
Autobot 2023-07-28 02:08:45 +00:00
parent a154c6a353
commit 20b635e2e0
2 changed files with 39 additions and 0 deletions

View File

@ -1,3 +1,26 @@
# 39.9.0 (Fri Jul 28 2023)
#### 🐛 Bug Fix
- `@gitbeaker/core`
- Make camelize type recursive [#3361](https://github.com/jdalrymple/gitbeaker/pull/3361) ([@jdalrymple](https://github.com/jdalrymple))
#### 🔨 Technical Debt
- `@gitbeaker/core`
- Replace Either and EitherOrNone varients with oneOf and oneOrNoneOf [#3362](https://github.com/jdalrymple/gitbeaker/pull/3362) ([@jdalrymple](https://github.com/jdalrymple))
#### ↕️ Dependencies
- Bump nx from 16.5.2 to 16.5.5 [#3357](https://github.com/jdalrymple/gitbeaker/pull/3357) ([@dependabot[bot]](https://github.com/dependabot[bot]))
#### Authors: 2
- [@dependabot[bot]](https://github.com/dependabot[bot])
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
---
# 39.8.0 (Mon Jul 17 2023)
#### 🐛 Bug Fix

View File

@ -1,3 +1,19 @@
# v39.9.0 (Fri Jul 28 2023)
#### 🐛 Bug Fix
- Make camelize type recursive [#3361](https://github.com/jdalrymple/gitbeaker/pull/3361) ([@jdalrymple](https://github.com/jdalrymple))
#### 🔨 Technical Debt
- Replace Either and EitherOrNone varients with oneOf and oneOrNoneOf [#3362](https://github.com/jdalrymple/gitbeaker/pull/3362) ([@jdalrymple](https://github.com/jdalrymple))
#### Authors: 1
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
---
# v39.8.0 (Mon Jul 17 2023)
#### 🐛 Bug Fix