Skip to content

Commit

Permalink
GH-10 Updated version and RELEASENOTES.md for release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Feb 1, 2019
1 parent f1eda16 commit 940f888
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
-->
## Release Notes for Cordova Browser ##

### 6.0.0 (Feb 01, 2019)
* [GH-70](https://github.com/apache/cordova-browser/pull/70) Browser Platform Release Preparation (Cordova 9)
* [GH-68](https://github.com/apache/cordova-browser/pull/68) Copy node_modules if the directory exists
* [GH-63](https://github.com/apache/cordova-browser/pull/63) Dependency bump cordova-common@^3.0.0
* [CB-13740](https://issues.apache.org/jira/browse/CB-13740) Return expected promise resolving with array
* [GH-59](https://github.com/apache/cordova-browser/pull/59) Remove Bundled Dependencies
* [CB-14073](https://issues.apache.org/jira/browse/CB-14073) **Browser**: Drop Node 4, Added Node 10
* [CB-14252](https://issues.apache.org/jira/browse/CB-14252) Allow to send --silent arg to run command to disable output (#57)
* [CB-13999](https://issues.apache.org/jira/browse/CB-13999) (browser) - Reading `config.xml` respects base href (#52)
* [GH-50](https://github.com/apache/cordova-browser/pull/50) corrected path for `config.xml`
* [CB-13689](https://issues.apache.org/jira/browse/CB-13689) Updated RELEASENOTES and Version for release 5.0.3

### 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**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-browser",
"version": "5.1.0-dev",
"version": "6.0.0",
"description": "cordova-browser release",
"main": "bin/template/cordova/Api.js",
"bin": "bin/create",
Expand Down

0 comments on commit 940f888

Please sign in to comment.