From b9b269f982e25b633b956c1838195f36e46f9e35 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Tue, 26 Sep 2023 18:58:51 -0700 Subject: [PATCH 1/2] 1.83.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" From 1831caa9117a0e1d0c43c6145fb6569560c1c04b Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Tue, 26 Sep 2023 19:00:38 -0700 Subject: [PATCH 2/2] docs: changelog for 1.83 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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)