From 43507186f11395df00a5a29ecf04c44a52a7e08a Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Thu, 5 Jul 2018 11:09:39 +0300 Subject: [PATCH] release: cut the 0.14.3 release --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b12d0fd..6336196f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [0.14.3](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.2...0.14.3) (2018-07-05) + + +### Bug Fixes + +* Angular projects: the plugin will add `@ngtools/webpack` to the project deps only if `@angular-devkit/build-angular` is not a dependency. ([#594](https://github.com/NativeScript/nativescript-dev-webpack/issues/594)) ([7b15418](https://github.com/NativeScript/nativescript-dev-webpack/commit/7b15418)), closes [#595](https://github.com/NativeScript/nativescript-dev-webpack/issues/595) + + +### Migration + +It's a good idea to remove `@angular-devkit/build-angular` from the +package.json and add `@ngtools/webpack` instead. This will speed up +the build. + + ## [0.14.2](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.1...0.14.2) (2018-06-27) diff --git a/package.json b/package.json index cf71246b..646eeadd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-webpack", - "version": "0.14.2", + "version": "0.14.3", "main": "index", "description": "", "homepage": "http://www.telerik.com",