diff --git a/CHANGELOG.md b/CHANGELOG.md index 12073b465f..32ae3f35d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ NativeScript CLI Changelog ================ +6.1.2 (2019, September 18) +== + +### Fixed +* [Fixed #5018](https://github.com/NativeScript/nativescript-cli/issues/5018): Track runtime versions on add and on build, run, deploy + + 6.1.1 (2019, September 17) == diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0555a84099..9000a24978 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a2d69bd3b..9260e98f47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "6.1.1", + "version": "6.1.2", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {