From 3be7ec12716d9373c63b0fe5481ae886aabc5e28 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Sun, 27 Aug 2017 22:23:54 -0700 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d60aac..c3205d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.2.0 +* Support 'Command Line API' in the console - commands like `$_` and `$(selector)` will now work. +* Wait for sourcemaps to finish loading before resolving sourcemaps in stack traces. +* Fix error from triggering 'reload' before attaching to Chrome - [#484](https://github.com/microsoft/vscode-chrome-debug/issues/484) + ## 3.1.8 * Fix for old runtimes that don't support setAsyncCallStackDepth - [Microsoft/vscode-chrome-debug-core#226](https://github.com/microsoft/vscode-chrome-debug-core/issues/226) * Download sourcemaps referenced with file:/// properly - [Microsoft/vscode-chrome-debug-core#205](https://github.com/microsoft/vscode-chrome-debug-core/issues/205) diff --git a/package.json b/package.json index 3624eb15..eca2e944 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debugger-for-chrome", "displayName": "Debugger for Chrome", - "version": "3.1.8", + "version": "3.2.0", "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.16.5", + "vscode-chrome-debug-core": "3.16.9", "vscode-debugadapter": "^1.22.0" }, "devDependencies": {