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) ==