Update CHANGELOG.md [skip ci]

This commit is contained in:
Autobot 2023-05-13 00:14:58 +00:00
parent c36ad113bc
commit 4c59a28894
3 changed files with 81 additions and 0 deletions

View File

@ -1,3 +1,41 @@
# 38.4.0 (Sat May 13 2023)
:tada: This release contains work from a new contributor! :tada:
Thank you, Théis Bazin ([@tbazin](https://github.com/tbazin)), for all your work!
#### 🐛 Bug Fix
- `@gitbeaker/core`
- bug: fix contenxt -> content typo [#3257](https://github.com/jdalrymple/gitbeaker/pull/3257) ([@tbazin](https://github.com/tbazin))
- Export additional template types [#3252](https://github.com/jdalrymple/gitbeaker/pull/3252) ([@jdalrymple](https://github.com/jdalrymple))
- `@gitbeaker/core`, `@gitbeaker/rest`
- Update fetch mode to exclude cors and add repository unit and integration tests [#3249](https://github.com/jdalrymple/gitbeaker/pull/3249) ([@jdalrymple](https://github.com/jdalrymple))
#### 🚑 Hot Fix
- `@gitbeaker/core`, `@gitbeaker/rest`
- Settings cors to same-origin conditionally for protected api route [#3258](https://github.com/jdalrymple/gitbeaker/pull/3258) ([@jdalrymple](https://github.com/jdalrymple))
#### 🔨 Technical Debt
- Adding coverage uploads [#3253](https://github.com/jdalrymple/gitbeaker/pull/3253) ([@jdalrymple](https://github.com/jdalrymple))
- `@gitbeaker/rest`
- Switching buffer response to blob for type consistency in the API [#3259](https://github.com/jdalrymple/gitbeaker/pull/3259) ([@jdalrymple](https://github.com/jdalrymple))
#### ↕️ Dependencies
- Bump nx from 16.1.3 to 16.1.4 [#3250](https://github.com/jdalrymple/gitbeaker/pull/3250) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump nx from 16.1.1 to 16.1.3 [#3247](https://github.com/jdalrymple/gitbeaker/pull/3247) ([@dependabot[bot]](https://github.com/dependabot[bot]))
#### Authors: 3
- [@dependabot[bot]](https://github.com/dependabot[bot])
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
- Théis Bazin ([@tbazin](https://github.com/tbazin))
---
# 38.3.0 (Sat May 06 2023)
#### 🐛 Bug Fix

View File

@ -1,3 +1,26 @@
# v38.4.0 (Sat May 13 2023)
:tada: This release contains work from a new contributor! :tada:
Thank you, Théis Bazin ([@tbazin](https://github.com/tbazin)), for all your work!
#### 🐛 Bug Fix
- bug: fix contenxt -> content typo [#3257](https://github.com/jdalrymple/gitbeaker/pull/3257) ([@tbazin](https://github.com/tbazin))
- Export additional template types [#3252](https://github.com/jdalrymple/gitbeaker/pull/3252) ([@jdalrymple](https://github.com/jdalrymple))
- Update fetch mode to exclude cors and add repository unit and integration tests [#3249](https://github.com/jdalrymple/gitbeaker/pull/3249) ([@jdalrymple](https://github.com/jdalrymple))
#### 🚑 Hot Fix
- Settings cors to same-origin conditionally for protected api route [#3258](https://github.com/jdalrymple/gitbeaker/pull/3258) ([@jdalrymple](https://github.com/jdalrymple))
#### Authors: 2
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
- Théis Bazin ([@tbazin](https://github.com/tbazin))
---
# v38.3.0 (Sat May 06 2023)
#### 🐛 Bug Fix

View File

@ -1,3 +1,23 @@
# v38.4.0 (Sat May 13 2023)
#### 🐛 Bug Fix
- Update fetch mode to exclude cors and add repository unit and integration tests [#3249](https://github.com/jdalrymple/gitbeaker/pull/3249) ([@jdalrymple](https://github.com/jdalrymple))
#### 🚑 Hot Fix
- Settings cors to same-origin conditionally for protected api route [#3258](https://github.com/jdalrymple/gitbeaker/pull/3258) ([@jdalrymple](https://github.com/jdalrymple))
#### 🔨 Technical Debt
- Switching buffer response to blob for type consistency in the API [#3259](https://github.com/jdalrymple/gitbeaker/pull/3259) ([@jdalrymple](https://github.com/jdalrymple))
#### Authors: 1
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
---
# v38.3.0 (Sat May 06 2023)
#### ↕️ Dependencies