brodybits closed pull request #834: CB-14152 add [email protected] blog post URL: https://github.com/apache/cordova-docs/pull/834
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/www/_posts/2018-06-26-cordova-js-release-4.2.4.md b/www/_posts/2018-06-26-cordova-js-release-4.2.4.md new file mode 100644 index 000000000..fbdcdd6c3 --- /dev/null +++ b/www/_posts/2018-06-26-cordova-js-release-4.2.4.md @@ -0,0 +1,20 @@ +--- +layout: post +author: + name: Chris Brody + url: https://twitter.com/brodybits +title: "Cordova-JS release" +categories: news +tags: release tools +--- + +We are happy to announce that `cordova-js 4.2.4` has been released. This is the source of the JavaScript code in `cordova.js` used in each of the Cordova platform implementations. + +## Release Highlights + +The purpose of this release is to include a recent logging update with internal `npm audit` messages resolved in the package build. Here are the major changes: + +* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log `error.stack` data +* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) `package.json` resolve `npm audit` warnings in `devDependencies` (for build and test scripts) +* [CB-14155](https://issues.apache.org/jira/browse/CB-14155) fix btest build target (by using `express` instead of `connect` in `devDependencies`) +* Other internal test fixes ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
