Skip to content

Commit b3fc877

Browse files
committed
Version 1.2.0
1 parent d8e4548 commit b3fc877

File tree

3 files changed

+7
-198
lines changed

3 files changed

+7
-198
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.2.0 - 2021-08-13
22
* Support primitive `adbPath` expansion ([#3](https://github.com/mpotthoff/vscode-android-webview-debug/pull/3)) by [@buschtoens](https://github.com/buschtoens)
33
* Switch to the new [vscode-js-debug](https://github.com/microsoft/vscode-js-debug) extension per default
44

package-lock.json

Lines changed: 5 additions & 196 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-android-webview-debug",
33
"displayName": "Android WebView Debugging",
44
"description": "Debug your JavaScript code running in WebViews on any Android device from VS Code.",
5-
"version": "1.1.2",
5+
"version": "1.2.0",
66
"icon": "images/icon.png",
77
"author": {
88
"name": "Michael Potthoff"

0 commit comments

Comments
 (0)