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",