We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec33645 commit e182babCopy full SHA for e182bab
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.11.0
2
+====
3
+## What's new
4
+ - [Android Emulators are not killed when the debugging is stopped](https://github.com/NativeScript/nativescript-vscode-extension/issues/260)
5
+
6
+## Bug Fixes
7
+ - [[iOS 13] Emulator cannot restart app on second run with VSCode #267](https://github.com/NativeScript/nativescript-vscode-extension/issues/267)
8
9
0.10.2
10
====
11
## Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript",
- "version": "0.10.2",
+ "version": "0.11.0",
"minNativescriptCliVersion": "2.5.0",
"icon": "images/icon.png",
"displayName": "NativeScript",
@@ -372,4 +372,4 @@
372
}
373
]
374
375
-}
+}
0 commit comments