Blog RSS Feed

Cordova Windows 6.0.1 Released!
04 Oct 2018

We are happy to announce that Cordova Windows 6.0.1 has been released! This release fixes various bugs releated to the previous cordova-windows@6.0.0 release.

To upgrade:

npm install -g cordova
cd my_project
cordova platform rm windows
cordova platform add windows@latest

To add it explicitly:

cordova platform add windows@6.0.1

Curated Changelog

  • CB-14224 add license text and GitHub link to template/Properties/Default.rd.xml
  • CB-14145 update dependencies to resolve npm audit issues, pinned in 6.0.x only (GH-281)
  • CB-9366 - log error.stack in cordova.js (update from cordova-js@4.2.4) in 6.0.x