Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.2.1",
"debugger/vscode-dap-extension": "0.2.0"
".": "0.2.2",
"debugger/vscode-dap-extension": "0.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.2](https://github.com/bytecodealliance/StarlingMonkey/compare/starlingmonkey-v0.2.1...starlingmonkey-v0.2.2) (2025-10-17)


### Bug Fixes

* **ci:** Fix release-please setup ([#282](https://github.com/bytecodealliance/StarlingMonkey/issues/282)) ([9d9a34b](https://github.com/bytecodealliance/StarlingMonkey/commit/9d9a34b9a1de6c5fedb65d0a44b77677bf02b9bc))
* **ci:** Unify release-please CI workflows ([#284](https://github.com/bytecodealliance/StarlingMonkey/issues/284)) ([c5f80bd](https://github.com/bytecodealliance/StarlingMonkey/commit/c5f80bd82209913141723f14016ef4157daaf964))
* **debugger:** Fix path normalization in debugger sourcemaps handling ([#279](https://github.com/bytecodealliance/StarlingMonkey/issues/279)) ([afcf222](https://github.com/bytecodealliance/StarlingMonkey/commit/afcf222f512eb211d1b29d7a427fc8db6dd27f84))

## [0.2.1](https://github.com/bytecodealliance/StarlingMonkey/compare/v0.2.0...v0.2.1) (2025-10-15)


Expand Down
9 changes: 8 additions & 1 deletion debugger/vscode-dap-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
# Changelog

## [0.2.1](https://github.com/bytecodealliance/StarlingMonkey/compare/starlingmonkey-debugger-v0.2.0...starlingmonkey-debugger-v0.2.1) (2025-10-17)


### Bug Fixes

* **debugger:** Fix path normalization in debugger sourcemaps handling ([#279](https://github.com/bytecodealliance/StarlingMonkey/issues/279)) ([afcf222](https://github.com/bytecodealliance/StarlingMonkey/commit/afcf222f512eb211d1b29d7a427fc8db6dd27f84))

## 0.2.0 (2025-08-20)

Expand Down
4 changes: 2 additions & 2 deletions debugger/vscode-dap-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions debugger/vscode-dap-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starlingmonkey-debugger",
"displayName": "StarlingMonkey Debugger",
"version": "0.2.0",
"version": "0.2.1",
"preview": true,
"publisher": "bytecodealliance",
"description": "Debugger for the StarlingMonkey JS runtime",
Expand Down Expand Up @@ -82,10 +82,8 @@
"request": "never"
},
"contributes": {
"menus": {
},
"commands": [
],
"menus": {},
"commands": [],
"breakpoints": [
{
"language": "javascript"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2