From a44b8fc8d406a711af5bf9e676f29fde3ee067f7 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 8 Feb 2017 13:49:23 -0800 Subject: [PATCH] 2.5.3 --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f685cd..ad3eecc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.5.3 +* Fix "Cannot read property 'line' of null", breakpoints not working - [#353](https://github.com/Microsoft/vscode-chrome-debug/issues/353) + ## 2.5.2 * Fix watches being broken while stepping - [Microsoft/vscode-chrome-debug-core#166](https://github.com/Microsoft/vscode-chrome-debug-core/issues/166) * Fix error "Error processing 'stackTrace': TypeError: Cannot read property 'scriptId' of undefined" - [Microsoft/vscode-chrome-debug-core#167](https://github.com/Microsoft/vscode-chrome-debug-core/issues/167) diff --git a/package.json b/package.json index e051bbc5..e7e4fe84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debugger-for-chrome", "displayName": "Debugger for Chrome", - "version": "2.5.2", + "version": "2.5.3", "icon": "images/icon.png", "description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome Debugger protocol.", "author": { @@ -22,7 +22,7 @@ "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "vscode": "^1.0.3", - "vscode-chrome-debug-core": "3.12.5", + "vscode-chrome-debug-core": "3.12.6", "vscode-debugadapter": "^1.16.0-pre.1", "vscode-debugprotocol": "^1.16.0-pre.1" },