Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Autobot committed Jun 8, 2023
1 parent e58ae0c commit dd5bcaf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 39.0.0 (Thu Jun 08 2023)

#### 💥 Breaking Change

- `@gitbeaker/core`
- Renaming downloadTraceFile to showLog and updating return type [#3301](https://github.com/jdalrymple/gitbeaker/pull/3301) ([@jdalrymple](https://github.com/jdalrymple))

#### 🐛 Bug Fix

- `@gitbeaker/core`
- Fix the pipeline trigger endpoint [#3305](https://github.com/jdalrymple/gitbeaker/pull/3305) ([@jdalrymple](https://github.com/jdalrymple))
- Adding missing property `is_admin` to `ExpandedUserSchema` type [#3304](https://github.com/jdalrymple/gitbeaker/pull/3304) ([@jdalrymple](https://github.com/jdalrymple))
- Fix `CreateProtectedBranchOptions` type to properly reflect access levels [#3302](https://github.com/jdalrymple/gitbeaker/pull/3302) ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 1

- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# 38.12.1 (Wed Jun 07 2023)

#### 🔨 Technical Debt
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v39.0.0 (Thu Jun 08 2023)

#### 💥 Breaking Change

- Renaming downloadTraceFile to showLog and updating return type [#3301](https://github.com/jdalrymple/gitbeaker/pull/3301) ([@jdalrymple](https://github.com/jdalrymple))

#### 🐛 Bug Fix

- Fix the pipeline trigger endpoint [#3305](https://github.com/jdalrymple/gitbeaker/pull/3305) ([@jdalrymple](https://github.com/jdalrymple))
- Adding missing property `is_admin` to `ExpandedUserSchema` type [#3304](https://github.com/jdalrymple/gitbeaker/pull/3304) ([@jdalrymple](https://github.com/jdalrymple))
- Fix `CreateProtectedBranchOptions` type to properly reflect access levels [#3302](https://github.com/jdalrymple/gitbeaker/pull/3302) ([@jdalrymple](https://github.com/jdalrymple))

#### Authors: 1

- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))

---

# v38.12.1 (Wed Jun 07 2023)

#### 🔨 Technical Debt
Expand Down

0 comments on commit dd5bcaf

Please sign in to comment.