diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cca5c4053..c69e10bd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ NativeScript CLI Changelog ================ +6.3.1 (2020, January 7) +=== + +### Fixed + +* [Fixed #5192](https://github.com/NativeScript/nativescript-cli/issues/5192): `tns info` command does not work with @nativescript/core + + 6.3.0 (2019, December 17) === diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f39f776b37..914a1c5f07 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6138919847..672fa8599d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "6.3.0", + "version": "6.3.1", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {