diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5adbb3..da07fb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.4 +* Fix breakpoints not binding in apps built with Angular 1.1.1 (or any other app with a particular webpack config) - [Microsoft/vscode#28730](https://github.com/Microsoft/vscode/issues/28730) +* Restore ability to create a launch.json with the default configs when pressing F5, and one is not already present. + ## 3.1.3 * Fix longstanding sourcemap location mapping error - [#112](https://github.com/Microsoft/vscode-chrome-debug-core/issues/112) * Add existing default values to the `sourceMapPathOverrides` launch config setting diff --git a/package.json b/package.json index 497f7f8b..2032b083 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debugger-for-chrome", "displayName": "Debugger for Chrome", - "version": "3.1.3", + "version": "3.1.4", "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.15.6", + "vscode-chrome-debug-core": "3.15.7", "vscode-debugadapter": "1.19.0" }, "devDependencies": {