Skip to content

Commit 95b0593

Browse files
chore(main): release starlingmonkey-debugger 0.2.1 (#287)
1 parent e46c573 commit 95b0593

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "0.2.1",
3-
"debugger/vscode-dap-extension": "0.2.0"
3+
"debugger/vscode-dap-extension": "0.2.1"
44
}

debugger/vscode-dap-extension/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/bytecodealliance/StarlingMonkey/compare/starlingmonkey-debugger-v0.2.0...starlingmonkey-debugger-v0.2.1) (2025-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **debugger:** Fix path normalization in debugger sourcemaps handling ([#279](https://github.com/bytecodealliance/StarlingMonkey/issues/279)) ([afcf222](https://github.com/bytecodealliance/StarlingMonkey/commit/afcf222f512eb211d1b29d7a427fc8db6dd27f84))
29

310
## 0.2.0 (2025-08-20)
411

debugger/vscode-dap-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debugger/vscode-dap-extension/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "starlingmonkey-debugger",
33
"displayName": "StarlingMonkey Debugger",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"preview": true,
66
"publisher": "bytecodealliance",
77
"description": "Debugger for the StarlingMonkey JS runtime",
@@ -82,10 +82,8 @@
8282
"request": "never"
8383
},
8484
"contributes": {
85-
"menus": {
86-
},
87-
"commands": [
88-
],
85+
"menus": {},
86+
"commands": [],
8987
"breakpoints": [
9088
{
9189
"language": "javascript"

0 commit comments

Comments
 (0)