diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c355b7f02..39f25cbcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ NativeScript CLI Changelog ================ +3.0.1 (2017, May 11) +== + +### Fixed + +* [Fix #2780](https://github.com/NativeScript/nativescript-cli/issues/2780): CLI tool doesn't restart app if HTML/CSS file was modified +* [Fix #2732](https://github.com/NativeScript/nativescript-cli/issues/2732): Livesync crashes app every OTHER time on iOS with 3.0.0-rc.2 +* [Fix #2764](https://github.com/NativeScript/nativescript-cli/issues/2764): Error when executing "tns run ios" with 3.0 on a project that is located in a directory path with "spaces" + +2.5.5 (2017, May 11) +== + +### Fixed + +* [Fix #2782](https://github.com/NativeScript/nativescript-cli/issues/2782): [2.5.*] tns run always add latest platform + 3.0.0 (2017, May 3) == diff --git a/package.json b/package.json index b0ff51b42e..559d82b4d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "3.0.0", + "version": "3.0.1", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {