Skip to content

Commit cddf502

Browse files
committed
docs: update changelog
1 parent 877e0ae commit cddf502

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
This changelog records changes to stable releases since 1.50.2. "TBA" changes here may be available in the [nightly release](https://github.com/microsoft/vscode-js-debug/#nightly-extension) before they're in stable. Note that the minor version (`v1.X.0`) corresponds to the VS Code version js-debug is shipped in, but the patch version (`v1.50.X`) is not meaningful.
44

5-
## Nightly only
5+
## v1.67 (April 2022)
66

7+
### v1.67.0 - 2022-04-26
8+
9+
- feat: apply pathMapping when loading sourcemaps ([#1240](https://github.com/microsoft/vscode-js-debug/issues/1240))
10+
- feat: apply pathMapping when loading sourcemaps ([#1242](https://github.com/microsoft/vscode-js-debug/issues/1242))
711
- fix: sourcemap renames replacing in invalid contexts ([#1201](https://github.com/microsoft/vscode-js-debug/issues/1201))
812

9-
## v1.65 (March 2022)
13+
## v1.66 (March 2022)
1014

1115
### v1.66.1 - 2022-03-24
1216

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"description": "An extension for debugging Node.js programs and Chrome.",
1717
"license": "MIT",
1818
"engines": {
19-
"vscode": "^1.65.0",
19+
"vscode": "^1.67.0-insider",
2020
"node": ">=10"
2121
},
2222
"icon": "resources/logo.png",

0 commit comments

Comments
 (0)