Skip to content

Commit b8753f1

Browse files
committed
electron: version 0.7.0
1 parent f56a493 commit b8753f1

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.7.0
2+
3+
- update `@backtrace/node` to `0.8.0`
4+
- fix endless loop when loading SessionFiles (#347)
5+
16
# Version 0.6.2
27

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

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.2",
3+
"version": "0.7.0",
44
"description": "Backtrace-JavaScript Electron integration",
55
"main": "./main/index.cjs",
66
"module": "./main/index.mjs",

0 commit comments

Comments
 (0)