From f6caee07cde64909890cc61575704b5dee6b3759 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 5 Mar 2019 18:25:38 +0200 Subject: [PATCH] release: cut 0.9.0 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4813b..a181537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.9.0 +==== +## What's new + - [Add configurations for unit testing](https://github.com/NativeScript/nativescript-vscode-extension/issues/144) + +## Bug Fixes + - [Cannot attach to `tns test android --debug-brk`](https://github.com/NativeScript/nativescript-vscode-extension/issues/234) + 0.8.4 ===== ## Bug Fixes diff --git a/package.json b/package.json index bb8f6fb..671690d 100644 --- a/package.json +++ b/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",