diff --git a/CHANGELOG.md b/CHANGELOG.md index e77c0dc36..e21772284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he ## Nightly (only) +Nothing, yet + +## v1.91 (June 2024) + - feat: show correct values of shadowed variables in hovers ([#2022](https://github.com/microsoft/vscode-js-debug/issues/2022)) - fix: hanging on certain Linux environments ([vscode#214872](https://github.com/microsoft/vscode/issues/214872)) diff --git a/package-lock.json b/package-lock.json index 8a8601f74..f9cf71103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-debug", - "version": "1.90.0", + "version": "1.91.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-debug", - "version": "1.90.0", + "version": "1.91.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7646d41e3..1b3acff17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "js-debug", "displayName": "JavaScript Debugger", - "version": "1.90.0", + "version": "1.91.0", "publisher": "ms-vscode", "author": { "name": "Microsoft Corporation"