Skip to content

Commit 8d0abdc

Browse files
authored
meta: Changelog for v4.24.0 release (#892)
1 parent d180989 commit 8d0abdc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
os: [ubuntu-latest, windows-latest, macos-latest]
75+
os: [ubuntu-latest, windows-latest, macos-13]
7676
electron: ${{ fromJson(needs.build.outputs.matrix) }}
7777
env:
7878
ELECTRON_VERSION: ${{ matrix.electron }}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 4.24.0
6+
7+
- feat: Update from [v7.110.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.110.0) to
8+
[v7.112.0](https://github.com/getsentry/sentry-javascript/releases/tag/7.112.0) of JavaScript SDKs (#888)
9+
- fix: Missing Replay scope (#887)
10+
511
## 4.23.0
612

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

0 commit comments

Comments
 (0)