From 9da376bf0ef94138e6a31f38155faa6b1bdf69dc Mon Sep 17 00:00:00 2001 From: fatme Date: Tue, 4 Dec 2018 08:51:37 +0200 Subject: [PATCH] chore: add changelog for 5.0.3 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8b728359..796e029bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ NativeScript CLI Changelog ================ +5.0.3 (2018, December 4) +== +### Fixed +* [Fixed #4186](https://github.com/NativeScript/nativescript-cli/issues/4186): Fix stuck http requests/responses +* [Fixed #4189](https://github.com/NativeScript/nativescript-cli/pull/4189): API: Fix "Cannot read property 'removeListener' of undefined" error on second stop of livesync to preview app + 5.0.2 (2018, November 29) ==