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",