diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8be4bbb7..e66fde4878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ NativeScript CLI Changelog ================ +3.4.3 (2018, March 02) +== + +### New +* [Implemented #3407](https://github.com/NativeScript/nativescript-cli/issues/3407) Allow templates to predefine plugin configurations in `package.json` +* [Implemented #3408](https://github.com/NativeScript/nativescript-cli/issues/3408) Add additional tracking for users who have exported projects from Playground + + 3.4.2 (2018, February 01) == diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 832ab7353c..028e67ed89 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "3.4.1", + "version": "3.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1abc5ef6c0..63b3349c00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nativescript", "preferGlobal": true, - "version": "3.4.2", + "version": "3.4.3", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": {