[
https://issues.apache.org/jira/browse/CB-14230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562719#comment-16562719
]
ASF GitHub Bot commented on CB-14230:
-------------------------------------
brodybits closed pull request #55: CB-14230 patch release 5.0.4
URL: https://github.com/apache/cordova-browser/pull/55
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/RELEASENOTES.md b/RELEASENOTES.md
index 6f37ad7..9477815 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,21 @@
-->
## Release Notes for Cordova Browser ##
+### 5.0.4 (Jul 30, 2018)
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update
dependencies to resolve `npm audit` issues, pinned in `5.0.x` only
([GH-53](https://github.com/apache/cordova-browser/pull/53))
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack`
in `cordova.js` (update from `[email protected]`) in `5.0.x`
+* Add Node.js 10 to AppVeyor CI and Travis CI (`5.0.x`)
+
+### 5.0.3 (Dec 20, 2017)
+* [CB-13689](https://issues.apache.org/jira/browse/CB-13689) Update
`node_modules` (contents committed)
+*
[8560888](https://github.com/apache/cordova-browser/commit/85608884499571ddda34155e349e6cc61cd9b834)
- LINTINGOMGURSOSTRICT fix to `bin/template/cordova/browser_handler.js`
+* [CB-13614](https://issues.apache.org/jira/browse/CB-13614)
+ - Fixed case where src was a folder and dest was a folder that did not
exist, added test to prove it
([GH-49](https://github.com/apache/cordova-browser/pull/49)).
+ - create intermediate file paths
+ - Fix tests for **Windows** style paths
+* [CB-13562](https://issues.apache.org/jira/browse/CB-13562) fixed asset tag
when adding push plugin to **Browser**
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501) explicit support
for Node.js 8 in AppVeyor CI and Travis CI testing
+
### 5.0.2 (Dec 18, 2017)
* [CB-13689](https://issues.apache.org/jira/browse/CB-13689): Updated
checked-in node_modules
* [CB-13562](https://issues.apache.org/jira/browse/CB-13562): fixed asset tag
when adding push plugin to **Browser**
diff --git a/VERSION b/VERSION
index b15dca8..2d6c0bc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.4-dev
+5.0.4
diff --git a/bin/template/cordova/version b/bin/template/cordova/version
index 76dd83d..96f5c76 100755
--- a/bin/template/cordova/version
+++ b/bin/template/cordova/version
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
-var VERSION = "5.0.4-dev";
+var VERSION = "5.0.4";
console.log(VERSION);
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 2081f56..c3ed003 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
// Platform: browser
-// 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 = '5.0.4-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '5.0.4';
// file: src/scripts/require.js
/* jshint -W079 */
diff --git a/package.json b/package.json
index 7399d63..afce674 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-browser",
- "version": "5.0.4-dev",
+ "version": "5.0.4",
"description": "cordova-browser release",
"main": "bin/template/cordova/Api.js",
"bin": "bin/create",
----------------------------------------------------------------
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]
> cordova-browser patch release July 2018
> ---------------------------------------
>
> Key: CB-14230
> URL: https://issues.apache.org/jira/browse/CB-14230
> Project: Apache Cordova
> Issue Type: Task
> Components: cordova-browser
> Reporter: Chris Brody
> Assignee: Chris Brody
> Priority: Major
>
> Patch release of cordova-browser 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: [email protected]
For additional commands, e-mail: [email protected]