From 75844bd3ce1f289f8eaeb57fa68aef638a281c2d Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 1 Mar 2016 08:17:42 +0200 Subject: [PATCH 1/2] Set version to 1.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b88da43b6e..290369b308 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "1.6.1", + "version": "1.6.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": { From 26637569e73d37c94e7d640ad81d78a50cfd58dc Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 1 Mar 2016 09:13:34 +0200 Subject: [PATCH 2/2] Update Changelog for 1.6.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae0a6245f..ea12a0fc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ NativeScript CLI Changelog ================ +1.6.2 (2016, March 2) +== + +### Fixed +* [Fixed #1313](https://github.com/NativeScript/nativescript-cli/issues/1313): `tns livesync --watch` is not working for changed platform specific files. +* [Fixed #1513](https://github.com/NativeScript/nativescript-cli/issues/1513): `tns test ` does not work in case the application is not installed on the device. +* [Fixed #1555](https://github.com/NativeScript/nativescript-cli/issues/1555): CLI installs beta versions of runtimes in case they are published in npm. + 1.6.1 (2016, February 19) == @@ -68,7 +76,6 @@ The existing `AndroidManifest.xml` will be renamed and default manifest will be * [Fixed #956](https://github.com/NativeScript/nativescript-cli/issues/956): Better error reporting for deploy on device. * [Fixed #1210](https://github.com/NativeScript/nativescript-cli/issues/1210): LiveSync does not handle correctly removed files on iOS simulator. * [Fixes #1308](https://github.com/NativeScript/nativescript-cli/issues/1308): Livesync ends up with an endless loop for projects that have before-prepare hook that changes some project file. -* [Fixed #1313](https://github.com/NativeScript/nativescript-cli/issues/1313): `tns livesync ios --watch --emulator` command does not process platform specific files. 1.5.1 (2015, December 03) ==