From c38c45eaac82b0e2ea6381f66cb0f4553f4efa22 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Tue, 26 May 2015 14:47:08 +0300 Subject: [PATCH] Prepare for 1.0.2 release Set version in package.json Update changelog Stop using CancellationService on unix OSes --- CHANGELOG.md | 7 +++++++ lib/common | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a648fae9..38347595b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ NativeScript CLI Changelog ================ +1.0.2 (2015, May 26) +== + +### Fixed + +* [Fixed #498](https://github.com/NativeScript/nativescript-cli/issues/498): On some Linux and OS X systems, when the USER or SUDO_USER environment variables are missing, you cannot run NativeScript CLI commands. The following error appears when you attempt to run `nativescript` or `tns` commands: `TypeError: Arguments to path.join must be strings`. + 1.0.1 (2015, May 8) == diff --git a/lib/common b/lib/common index cff3bdbb13..f11ecb9071 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit cff3bdbb138c47da2124681df1681a8073a265d5 +Subproject commit f11ecb9071bee846bd0964da3cdf59ba41c214b1 diff --git a/package.json b/package.json index 2f3fb2fcb8..5268cc0a71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "1.0.1", + "version": "1.0.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {