From 808c9df8629e609b9c345d81b924fad8473f3d51 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 27 Sep 2017 21:19:16 -0700 Subject: [PATCH] 3.3.1 --- CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 6 +++--- package.json | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8707ef0..9cdb10aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.3.1 +* (In VS Code 1.17), show the source location of log statements and exceptions in the debug console - [Microsoft/vscode#34626](https://github.com/Microsoft/vscode/issues/34626) +* Fix error messages that can appear when detaching from Chrome - [Microsoft/vscode#34615](https://github.com/Microsoft/vscode/issues/34615) + ## 3.3.0 * Show whether paused exception was caught or uncaught - [#234](https://github.com/Microsoft/vscode-chrome-debug-core/issues/234) * Fix issue where 'attach' configs ignores 'timeout' and fails immediately instead of retrying - [#501](https://github.com/Microsoft/vscode-chrome-debug/issues/501) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b5363d59..b3d09cc6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -120,9 +120,9 @@ "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz" }, "vscode-chrome-debug-core": { - "version": "3.17.6", - "from": "vscode-chrome-debug-core@>=3.17.6 <4.0.0", - "resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.17.6.tgz" + "version": "3.17.9-patch.1", + "from": "vscode-chrome-debug-core@>=3.17.9-patch.1 <4.0.0", + "resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.17.9-patch.1.tgz" }, "vscode-debugadapter": { "version": "1.24.0", diff --git a/package.json b/package.json index 404f3838..d18ad00e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debugger-for-chrome", "displayName": "Debugger for Chrome", - "version": "3.3.0", + "version": "3.3.1", "icon": "images/icon.png", "description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.", "author": { @@ -21,7 +21,7 @@ ], "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { - "vscode-chrome-debug-core": "3.17.6", + "vscode-chrome-debug-core": "3.17.9-patch.1", "vscode-debugadapter": "^1.24.0" }, "devDependencies": {