You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Darryl Pogue <da...@dpogue.ca> on 2019/03/29 16:48:32 UTC

[DISCUSS] Cordova-Lib 9.0.1 patch release

Does anyone have any reason to delay a patch release for cordova-lib? If
not, I will start the release tomorrow.

The versions to be released are:
cordova-lib@9.0.1

Currently the release will contain two fixes:
* A fix for "version check failed" warnings showing up every build, due to
path quoting issues
* A fix for plugins not correctly being restored from package.json when
running `cordova prepare`

Commit changelog:
https://github.com/apache/cordova-lib/compare/9.0.0...master

~Darryl