Skip to content

Commit ddf1fdb

Browse files
committed
CB-14122: Updated version and RELEASENOTES.md for release 2.0.1
1 parent 82b0f07 commit ddf1fdb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASENOTES.md

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

23+
### 2.0.1 (Jun 06, 2018)
24+
* Use `opn` module instead of deprecated `open`
25+
* [CB-14054](https://issues.apache.org/jira/browse/CB-14054) (android) fixing `cordova-android` directory restructuring.
26+
* [CB-14092](https://issues.apache.org/jira/browse/CB-14092) Fixing repository url
27+
* [CB-13501](https://issues.apache.org/jira/browse/CB-13501) added support for node 8
28+
2329
### 2.0.0 (Aug 24, 2017)
2430
* [CB-13188](https://issues.apache.org/jira/browse/CB-13188) set serve to use default system browser if none is provided.
2531
* Change to `eslint` instead of `jshint`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-serve",
3-
"version": "2.0.1-dev",
3+
"version": "2.0.1",
44
"description": "Apache Cordova server support for cordova-lib and cordova-browser.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)