2.3.2 - Fix console.log regression

This commit is contained in:
roblou 2016-11-28 17:53:18 -08:00
Родитель 68a6e3b759
Коммит 2bfef22958
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,6 @@
## 2.3.2
* Fix console.log regression in 2.3.1
## 2.3.1
* Fix crash when refreshing the page in some cases - [#297](https://github.com/Microsoft/vscode-chrome-debug/issues/297)

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "2.3.1",
"version": "2.3.2",
"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.7.1",
"vscode-chrome-debug-core": "3.7.2",
"vscode-debugadapter": "^1.15.0-pre.4",
"vscode-debugprotocol": "^1.15.0-pre.4"
},