mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
320582d75a
commit
d27a0371fa
39
CHANGELOG.md
39
CHANGELOG.md
@ -1,3 +1,42 @@
|
||||
# 38.10.0 (Fri Jun 02 2023)
|
||||
|
||||
:tada: This release contains work from a new contributor! :tada:
|
||||
|
||||
Thank you, Will ([@ravewill](https://github.com/ravewill)), for all your work!
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- `@gitbeaker/core`, `@gitbeaker/rest`
|
||||
- Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- `@gitbeaker/core`
|
||||
- Fix return types for a few MR methods [#3290](https://github.com/jdalrymple/gitbeaker/pull/3290) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Add missing pagination type exports [#3281](https://github.com/jdalrymple/gitbeaker/pull/3281) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### 🔨 Technical Debt
|
||||
|
||||
- `@gitbeaker/core`
|
||||
- Improving pagination types for easier usage [#3280](https://github.com/jdalrymple/gitbeaker/pull/3280) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### ↕️ Dependencies
|
||||
|
||||
- Bump nx from 16.3.0 to 16.3.1 [#3289](https://github.com/jdalrymple/gitbeaker/pull/3289) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
- Bump nx from 16.2.2 to 16.3.0 [#3288](https://github.com/jdalrymple/gitbeaker/pull/3288) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
|
||||
#### 📚 Documentation
|
||||
|
||||
- `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest`
|
||||
- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- `@gitbeaker/core`
|
||||
- Mark some MR nullable types as nullable [#3286](https://github.com/jdalrymple/gitbeaker/pull/3286) ([@ravewill](https://github.com/ravewill))
|
||||
|
||||
#### Authors: 3
|
||||
|
||||
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
||||
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Will ([@ravewill](https://github.com/ravewill))
|
||||
|
||||
---
|
||||
|
||||
# 38.9.0 (Sun May 28 2023)
|
||||
|
||||
:tada: This release contains work from new contributors! :tada:
|
||||
|
||||
@ -1,3 +1,31 @@
|
||||
# v38.10.0 (Fri Jun 02 2023)
|
||||
|
||||
:tada: This release contains work from a new contributor! :tada:
|
||||
|
||||
Thank you, Will ([@ravewill](https://github.com/ravewill)), for all your work!
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Fix return types for a few MR methods [#3290](https://github.com/jdalrymple/gitbeaker/pull/3290) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Add missing pagination type exports [#3281](https://github.com/jdalrymple/gitbeaker/pull/3281) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### 🔨 Technical Debt
|
||||
|
||||
- Improving pagination types for easier usage [#3280](https://github.com/jdalrymple/gitbeaker/pull/3280) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### 📚 Documentation
|
||||
|
||||
- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Mark some MR nullable types as nullable [#3286](https://github.com/jdalrymple/gitbeaker/pull/3286) ([@ravewill](https://github.com/ravewill))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
||||
- Will ([@ravewill](https://github.com/ravewill))
|
||||
|
||||
---
|
||||
|
||||
# v38.9.0 (Sun May 28 2023)
|
||||
|
||||
:tada: This release contains work from new contributors! :tada:
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
# v38.10.0 (Fri Jun 02 2023)
|
||||
|
||||
#### 📚 Documentation
|
||||
|
||||
- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
---
|
||||
|
||||
# v38.8.0 (Mon May 22 2023)
|
||||
|
||||
#### ✨ Feature
|
||||
|
||||
@ -1,3 +1,19 @@
|
||||
# v38.10.0 (Fri Jun 02 2023)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### 📚 Documentation
|
||||
|
||||
- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
||||
|
||||
---
|
||||
|
||||
# v38.9.0 (Sun May 28 2023)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user