Skip to content

Commit 0de74de

Browse files
Merge pull request #242 from NativeScript/vladimirov/release-090
release: cut 0.9.0 release
2 parents ba80dd4 + f6caee0 commit 0de74de

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
0.8.4
210
=====
311
## Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "0.8.4",
3+
"version": "0.9.0",
44
"minNativescriptCliVersion": "2.5.0",
55
"icon": "images/icon.png",
66
"displayName": "NativeScript",

0 commit comments

Comments
 (0)