Skip to content

Commit 940f888

Browse files
committed
GH-10 Updated version and RELEASENOTES.md for release 6.0.0
1 parent f1eda16 commit 940f888

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASENOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
-->
2121
## Release Notes for Cordova Browser ##
2222

23+
### 6.0.0 (Feb 01, 2019)
24+
* [GH-70](https://github.com/apache/cordova-browser/pull/70) Browser Platform Release Preparation (Cordova 9)
25+
* [GH-68](https://github.com/apache/cordova-browser/pull/68) Copy node_modules if the directory exists
26+
* [GH-63](https://github.com/apache/cordova-browser/pull/63) Dependency bump cordova-common@^3.0.0
27+
* [CB-13740](https://issues.apache.org/jira/browse/CB-13740) Return expected promise resolving with array
28+
* [GH-59](https://github.com/apache/cordova-browser/pull/59) Remove Bundled Dependencies
29+
* [CB-14073](https://issues.apache.org/jira/browse/CB-14073) **Browser**: Drop Node 4, Added Node 10
30+
* [CB-14252](https://issues.apache.org/jira/browse/CB-14252) Allow to send --silent arg to run command to disable output (#57)
31+
* [CB-13999](https://issues.apache.org/jira/browse/CB-13999) (browser) - Reading `config.xml` respects base href (#52)
32+
* [GH-50](https://github.com/apache/cordova-browser/pull/50) corrected path for `config.xml`
33+
* [CB-13689](https://issues.apache.org/jira/browse/CB-13689) Updated RELEASENOTES and Version for release 5.0.3
34+
2335
### 5.0.2 (Dec 18, 2017)
2436
* [CB-13689](https://issues.apache.org/jira/browse/CB-13689): Updated checked-in node_modules
2537
* [CB-13562](https://issues.apache.org/jira/browse/CB-13562): fixed asset tag when adding push plugin to **Browser**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-browser",
3-
"version": "5.1.0-dev",
3+
"version": "6.0.0",
44
"description": "cordova-browser release",
55
"main": "bin/template/cordova/Api.js",
66
"bin": "bin/create",

0 commit comments

Comments
 (0)