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

Commit

Permalink
Bump -core, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 4, 2018
1 parent f3b51d8 commit b4db636
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.9.1
* Support `console.clear()`
* Show errors from Chrome itself, e.g. 404s and other network errors

## 4.9.0
* Support new "Loaded Scripts" view in VS Code 1.27 - [Microsoft/vscode#55462](https://github.com/microsoft/vscode/issues/55462)
* Use less memory when running for a long time with lots of scripts - [Microsoft/vscode#53535](https://github.com/microsoft/vscode/issues/53535)
Expand Down
23 changes: 15 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"vscode-chrome-debug-core": "^6.7.8",
"vscode-chrome-debug-core": "^6.7.10",
"vscode-debugadapter": "^1.31.0-pre.0",
"vscode-nls": "^3.2.1"
},
Expand Down

0 comments on commit b4db636

Please sign in to comment.