CB-11621 Add windows@4.4.2 release blog post

This closes #623
diff --git a/www/_posts/2016-07-27-cordova-windows-4.4.2.md b/www/_posts/2016-07-27-cordova-windows-4.4.2.md
new file mode 100644
index 0000000..63b1a83
--- /dev/null
+++ b/www/_posts/2016-07-27-cordova-windows-4.4.2.md
@@ -0,0 +1,33 @@
+---
+layout: post
+author:
+    name: Vladimir Kotikov
+    url: https://github.com/vladimir-kotikov
+title:  "Apache Cordova Windows 4.4.2"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Windows 4.4.2` has been released!
+
+This release fixes some issues we've missed in 4.4.1. In particular, we have fixed build issues experienced with
+the new install experience in Visual Studio "15" previews. For the rest of changes see release notes below.
+
+Cordova CLI 6.3.0 will automatically start using this version of **cordova-windows** when creating new projects.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update windows@4.4.2
+
+To add it explicitly:
+
+    cordova platform add windows@4.4.2
+
+<!--more-->
+## What's new in Windows platform
+
+* [CB-11548](https://issues.apache.org/jira/browse/CB-11548) Fix issues where MSBuild cannot be found
+* [CB-11241](https://issues.apache.org/jira/browse/CB-11241) Return adding BOM to www back to prepare
+* [CB-11582](https://issues.apache.org/jira/browse/CB-11582) Remove duplicate capabilities when writing the appxmanifest