Skip to content

Commit 59a2de3

Browse files
committed
release: 7.7.1
1 parent 91b34d0 commit 59a2de3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 7.7.1
4+
5+
### Bug Fixes 🐛
6+
7+
- Handle getGPUInfo error on Linux with Electron v40+ by @AbhiPrasad in [#1302](https://github.com/getsentry/sentry-electron/pull/1302)
8+
- Replace deprecated url.parse with parseStringToURLObject by @AbhiPrasad in [#1303](https://github.com/getsentry/sentry-electron/pull/1303)
9+
310
## 7.7.0
411

512
### New Features ✨

package.json

Lines changed: 1 addition & 1 deletion
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.7.0",
4+
"version": "7.7.1",
55
"main": "./index.js",
66
"module": "./esm/main/index.js",
77
"browser": "./esm/renderer/index.js",

0 commit comments

Comments
 (0)