From eece3ba8ecfd8d407c864bea5c7abb935b30a443 Mon Sep 17 00:00:00 2001 From: fatme Date: Tue, 3 Sep 2019 16:22:35 +0300 Subject: [PATCH] chore: add changelog for 1.2.0 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f2458e..ebb0c716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [1.2.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.1...1.2.0) (2019-09-03) + + +### Bug Fixes + +* register non-relative app.css module ([710acd7](https://github.com/NativeScript/nativescript-dev-webpack/commit/710acd7)) + + +### Features + +* support dynamic ES6 import ([4a07932](https://github.com/NativeScript/nativescript-dev-webpack/commit/4a07932)) + + ## [1.1.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.0...1.1.1) (2019-08-22)