Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit b4db636

Browse files
committed
Bump -core, changelog
1 parent f3b51d8 commit b4db636

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.9.1
2+
* Support `console.clear()`
3+
* Show errors from Chrome itself, e.g. 404s and other network errors
4+
15
## 4.9.0
26
* Support new "Loaded Scripts" view in VS Code 1.27 - [Microsoft/vscode#55462](https://github.com/microsoft/vscode/issues/55462)
37
* Use less memory when running for a long time with lots of scripts - [Microsoft/vscode#53535](https://github.com/microsoft/vscode/issues/53535)

package-lock.json

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "SEE LICENSE IN LICENSE.txt",
2626
"dependencies": {
27-
"vscode-chrome-debug-core": "^6.7.8",
27+
"vscode-chrome-debug-core": "^6.7.10",
2828
"vscode-debugadapter": "^1.31.0-pre.0",
2929
"vscode-nls": "^3.2.1"
3030
},

0 commit comments

Comments
 (0)