diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41386b63..014349a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.1", - "debugger/vscode-dap-extension": "0.2.0" + ".": "0.2.2", + "debugger/vscode-dap-extension": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e379e48..2f8d4654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/debugger/vscode-dap-extension/CHANGELOG.md b/debugger/vscode-dap-extension/CHANGELOG.md index 8a04c3e9..30476cfd 100644 --- a/debugger/vscode-dap-extension/CHANGELOG.md +++ b/debugger/vscode-dap-extension/CHANGELOG.md @@ -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) diff --git a/debugger/vscode-dap-extension/package-lock.json b/debugger/vscode-dap-extension/package-lock.json index ab710f1f..e34f138f 100644 --- a/debugger/vscode-dap-extension/package-lock.json +++ b/debugger/vscode-dap-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "starlingmonkey-debugger", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "starlingmonkey-debugger", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0 WITH LLVM-exception", "dependencies": { "request-light": "^0.8.0", diff --git a/debugger/vscode-dap-extension/package.json b/debugger/vscode-dap-extension/package.json index b600ab5a..df1d7b09 100644 --- a/debugger/vscode-dap-extension/package.json +++ b/debugger/vscode-dap-extension/package.json @@ -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", @@ -82,10 +82,8 @@ "request": "never" }, "contributes": { - "menus": { - }, - "commands": [ - ], + "menus": {}, + "commands": [], "breakpoints": [ { "language": "javascript" diff --git a/version.txt b/version.txt index 0c62199f..ee1372d3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.1 +0.2.2