From 73db439a4db127e5245ebab73c4fcad915f5c2f2 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Tue, 26 Jun 2018 08:52:55 +0300 Subject: [PATCH] docs: Update Changelog for 4.1.2 Update Changelog for 4.1.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaab4e5656..969dc6f03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ NativeScript CLI Changelog ================ +4.1.2 (2018, June 26) +== + +### Fixed + +* [Fixed #2283](https://github.com/NativeScript/nativescript-cli/issues/2283): On adding test frameworks their peerDependencies are not installed +* [Fixed #3689](https://github.com/NativeScript/nativescript-cli/issues/3689): `tns test ` throws exception + + 4.1.1 (2018, June 19) ==