Skip to content

Commit 756af30

Browse files
authored
Increase version to 3.0.2 and add changelog (#2849)
* Fix UserId passing to Analytics Service * Add changelog for 3.0.2
1 parent ff88c9b commit 756af30

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
NativeScript CLI Changelog
22
================
33

4+
3.0.2 (2017, May 26)
5+
==
6+
7+
### Fixed
8+
9+
* Removed restart of the App if HTML/CSS file was modified. The issue is fixed in the Modules **3.0.1** and we can again just refresh the app on change.
10+
411
3.0.1 (2017, May 11)
512
==
613

714
### Fixed
815

9-
* [Fix #2780](https://github.com/NativeScript/nativescript-cli/issues/2780): CLI tool doesn't restart app if HTML/CSS file was modified
1016
* [Fix #2732](https://github.com/NativeScript/nativescript-cli/issues/2732): Livesync crashes app every OTHER time on iOS with 3.0.0-rc.2
1117
* [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"
1218

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"author": "Telerik <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)