Skip to content

Commit

Permalink
CB-14122: Updated version and RELEASENOTES.md for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Jun 6, 2018
1 parent 82b0f07 commit ddf1fdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
-->
# Cordova-serve Release Notes

### 2.0.1 (Jun 06, 2018)
* Use `opn` module instead of deprecated `open`
* [CB-14054](https://issues.apache.org/jira/browse/CB-14054) (android) fixing `cordova-android` directory restructuring.
* [CB-14092](https://issues.apache.org/jira/browse/CB-14092) Fixing repository url
* [CB-13501](https://issues.apache.org/jira/browse/CB-13501) added support for node 8

### 2.0.0 (Aug 24, 2017)
* [CB-13188](https://issues.apache.org/jira/browse/CB-13188) set serve to use default system browser if none is provided.
* Change to `eslint` instead of `jshint`
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-serve",
"version": "2.0.1-dev",
"version": "2.0.1",
"description": "Apache Cordova server support for cordova-lib and cordova-browser.",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit ddf1fdb

Please sign in to comment.