Skip to content

Commit 207a2d5

Browse files
committed
release: 7.7.0
1 parent 51b38c6 commit 207a2d5

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 7.7.0
4+
5+
### New Features ✨
6+
7+
- Update Sentry SDKs to v10.36.0 by @github-actions in [#1299](https://github.com/getsentry/sentry-electron/pull/1299)
8+
- Update Sentry SDKs to v10.35.0 by @timfish in [#1297](https://github.com/getsentry/sentry-electron/pull/1297)
9+
10+
### Internal Changes 🔧
11+
12+
- (release) Fix changelog-preview permissions by @BYK in [#1300](https://github.com/getsentry/sentry-electron/pull/1300)
13+
- Use pull_request_target for changelog preview by @BYK in [#1294](https://github.com/getsentry/sentry-electron/pull/1294)
14+
315
## 7.6.0
416

517
### New Features ✨

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry/electron",
33
"description": "Official Sentry SDK for Electron",
4-
"version": "7.6.0",
4+
"version": "7.7.0",
55
"main": "./index.js",
66
"module": "./esm/main/index.js",
77
"browser": "./esm/renderer/index.js",
@@ -148,4 +148,4 @@
148148
"node": "22.19.0",
149149
"yarn": "1.22.22"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)