File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Cordova-serve Release Notes
22
22
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
+
23
29
### 2.0.0 (Aug 24, 2017)
24
30
* [ CB-13188] ( https://issues.apache.org/jira/browse/CB-13188 ) set serve to use default system browser if none is provided.
25
31
* Change to ` eslint ` instead of ` jshint `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-serve" ,
3
- "version" : " 2.0.1-dev " ,
3
+ "version" : " 2.0.1" ,
4
4
"description" : " Apache Cordova server support for cordova-lib and cordova-browser." ,
5
5
"main" : " src/main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments