diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1c0957..7cd9ca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6f0ecdeb..cf62b0c0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 8aa1a739..bfd183b9 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -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