From e182bab459a695c7b0c105dcd3b71cac7e3214df Mon Sep 17 00:00:00 2001 From: DimitarTachev Date: Thu, 17 Oct 2019 09:40:21 +0300 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b7d58..c86dc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.11.0 +==== +## What's new + - [Android Emulators are not killed when the debugging is stopped](https://github.com/NativeScript/nativescript-vscode-extension/issues/260) + +## Bug Fixes + - [[iOS 13] Emulator cannot restart app on second run with VSCode #267](https://github.com/NativeScript/nativescript-vscode-extension/issues/267) + 0.10.2 ==== ## Bug Fixes diff --git a/package.json b/package.json index afae015..75baa69 100644 --- a/package.json +++ b/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 @@ } ] } -} +} \ No newline at end of file