Skip to content

Commit 333221d

Browse files
authored
electron: version 0.6.2 (#331)
Co-authored-by: Sebastian Alex <sebastian.alex@saucelabs.com>
1 parent 0c5ec75 commit 333221d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/electron/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.6.2
2+
3+
- update `@backtrace/node` to `0.6.2`
4+
- fix potential loop with gpu-info-update (#330)
5+
16
# Version 0.6.1
27

38
- update `@backtrace/node` to `0.6.1`

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backtrace/electron",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Backtrace-JavaScript Electron integration",
55
"main": "./main/index.cjs",
66
"module": "./main/index.mjs",

0 commit comments

Comments
 (0)