diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c1777689..d585382336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ NativeScript CLI Changelog ================ +1.2.4 (2015, August 24) +== + +### Fixed + +* [Fixed #806](https://github.com/NativeScript/nativescript-cli/issues/806): `tns library add android` command does not execute android project update if target 17 is not installed. +* [Fixed #807](https://github.com/NativeScript/nativescript-cli/issues/807): Android native libs are not respected correctly if the plugin is added as depedency to another plugin. + 1.2.3 (2015, August 18) == diff --git a/package.json b/package.json index 1a7d6b9947..d2ea933c9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "1.2.3", + "version": "1.2.4", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {