There was an error while loading. Please reload this page.
1 parent 91b34d0 commit 59a2de3Copy full SHA for 59a2de3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 7.7.0
11
12
### New Features ✨
package.json
@@ -1,7 +1,7 @@
{
"name": "@sentry/electron",
"description": "Official Sentry SDK for Electron",
- "version": "7.7.0",
+ "version": "7.7.1",
"main": "./index.js",
"module": "./esm/main/index.js",
"browser": "./esm/renderer/index.js",
0 commit comments