mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
c36ad113bc
commit
4c59a28894
38
CHANGELOG.md
38
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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user