[ https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561409#comment-16561409 ]
ASF GitHub Bot commented on CB-14228: ------------------------------------- brodybits closed pull request #51: CB-14228 release 4.0.2 URL: https://github.com/apache/cordova-osx/pull/51 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/CordovaLib/VERSION b/CordovaLib/VERSION index 3485cb25..4d54dadd 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -4.0.2-dev +4.0.2 diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index a0b1ec13..5ebcfe11 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: osx -// e040d9e9343d5f27dd4f67616660b33b92a82ff7 +// 9e8e1b716252c4a08abcd31a13013b868d6f4141 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '4.0.2-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '4.0.2'; // file: src/scripts/require.js /* jshint -W079 */ diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d354f501..2c79d0cf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,17 @@ --> ## Release Notes for Cordova (OS X) ## +### 4.0.2 (Jul 29, 2018) +* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update dependencies to resolve `npm audit` issues, pinned in 4.0.x only ([GH-50](https://github.com/apache/cordova-osx/pull/50)) +* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` in `cordova.js` (update from `cordova-js@4.2.4`) in `4.0.x` +* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) - `cordova.js` updates to pass eslint from cordova-js@4.2.2 +* cordova.js updates from cordova-js@4.2.0 + - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) enable EventListener interface support + - [CB-3785](https://issues.apache.org/jira/browse/CB-3785) Channel.prototype.subscribe to support EventListener interface + - [CB-9967](https://issues.apache.org/jira/browse/CB-9967) deleted legacy platform specific files from cordova-js + - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make cordova-js handle 'unknown' type + - [CB-11522](https://issues.apache.org/jira/browse/CB-11522) Make utils.clone handle properties gracefully + ### 4.0.1 (Mar 03, 2016) * updated .ratignore * CB-10668 added node_modules directory diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 71af83b3..c0074a70 100755 --- a/bin/templates/scripts/cordova/version +++ b/bin/templates/scripts/cordova/version @@ -26,7 +26,7 @@ */ // Coho updates this line -var VERSION="4.0.2-dev"; +var VERSION="4.0.2"; module.exports.version = VERSION; diff --git a/package.json b/package.json index 89b9ff77..3019b2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-osx", - "version": "4.0.2-dev", + "version": "4.0.2", "description": "cordova-osx release", "main": "bin/templates/scripts/cordova/Api.js", "repository": { ---------------------------------------------------------------- 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: us...@infra.apache.org > cordova-osx patch release July 2018 > ----------------------------------- > > Key: CB-14228 > URL: https://issues.apache.org/jira/browse/CB-14228 > Project: Apache Cordova > Issue Type: Task > Components: cordova-osx > Reporter: Chris Brody > Assignee: Chris Brody > Priority: Major > > Patch release of cordova-osx package with CB-14145 (npm audit issues) > resolved. > Following steps at > https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md > (with some modifications) -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org