Skip to content

Commit 70a4f9c

Browse files
authored
electron: version 0.6.0 (#298)
Co-authored-by: Sebastian Alex <sebastian.alex@saucelabs.com>
1 parent 3579ce1 commit 70a4f9c

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.0
2+
3+
- update `@backtrace/node` to `0.6.0`
4+
- reduce breadcrumb size (#231)
5+
16
# Version 0.5.0
27

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

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

0 commit comments

Comments
 (0)