From d3a805f1141fedddd295e479c1ab5ed8e5c6cd5e Mon Sep 17 00:00:00 2001 From: fatme Date: Wed, 15 Aug 2018 15:32:54 +0300 Subject: [PATCH] Bump version to 4.2.2 and add changelog --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e4bf3540..4203322f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ NativeScript CLI Changelog ================ +4.2.2 (2018, August 17) +== + +### Fixed +* [Fixed #3818](https://github.com/NativeScript/nativescript-cli/issues/3818): Unable to start application on Android device with a custom activity containing capital letters +* [Fixed #3820](https://github.com/NativeScript/nativescript-cli/issues/3820): A command help is shown on native build error +* [Fixed #3821](https://github.com/NativeScript/nativescript-cli/issues/3821): [Sporadic] Unable to start iOS debugger from VSCode extension + + 4.2.1 (2018, August 10) == diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d03661f709..acd79a388f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f594a1488..d69cb4f040 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "4.2.1", + "version": "4.2.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {