Skip to content

Commit

Permalink
meta: Changelog for v4.24.0 release (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish authored Apr 24, 2024
1 parent d180989 commit 8d0abdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
electron: ${{ fromJson(needs.build.outputs.matrix) }}
env:
ELECTRON_VERSION: ${{ matrix.electron }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 4.24.0

- feat: Update from [v7.110.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.110.0) to
[v7.112.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.112.0) of JavaScript SDKs (#888)
- fix: Missing Replay scope (#887)

## 4.23.0

- feat: Update from [v7.109.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.109.0) to
Expand Down

0 comments on commit 8d0abdc

Please sign in to comment.