We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba80dd4 + f6caee0 commit 0de74deCopy full SHA for 0de74de
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.9.0
2
+====
3
+## What's new
4
+ - [Add configurations for unit testing](https://github.com/NativeScript/nativescript-vscode-extension/issues/144)
5
+
6
+## Bug Fixes
7
+ - [Cannot attach to `tns test android --debug-brk`](https://github.com/NativeScript/nativescript-vscode-extension/issues/234)
8
9
0.8.4
10
=====
11
## Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript",
- "version": "0.8.4",
+ "version": "0.9.0",
"minNativescriptCliVersion": "2.5.0",
"icon": "images/icon.png",
"displayName": "NativeScript",
0 commit comments