diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a60089e..91fe75f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he ## Nightly (only) +Nothing, yet + +## v1.83 (September 2023) + - feat: enable DWARF-based WebAssembly debugging ([#1789](https://github.com/microsoft/vscode-js-debug/issues/1789)) - feat: show class names of methods in call stack view ([#1770](https://github.com/microsoft/vscode-js-debug/issues/1770)) - fix: edge devtools incorrectly ask for local forwarding ([vscode#193110](https://github.com/microsoft/vscode/issues/193110)) - fix: authentication sourcemap fallback failing for some maps ([#1814](https://github.com/microsoft/vscode-js-debug/issues/1814)) +- fix: source map stepping command registered multiple times ([#1817](https://github.com/microsoft/vscode-js-debug/issues/1817)) ## v1.82 (August 2023) diff --git a/package-lock.json b/package-lock.json index a3860835c..812cdd5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-debug", - "version": "1.82.0", + "version": "1.83.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-debug", - "version": "1.82.0", + "version": "1.83.0", "license": "MIT", "dependencies": { "@c4312/chromehash": "^0.3.0", diff --git a/package.json b/package.json index 572a75d51..da4384fd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "js-debug", "displayName": "JavaScript Debugger", - "version": "1.82.0", + "version": "1.83.0", "publisher": "ms-vscode", "author": { "name": "Microsoft Corporation"