This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-serve.git
commit ca9ae8ddc61a97ba5cb0fa1540b4c84f6093a7df Author: エリス <[email protected]> AuthorDate: Thu Dec 20 10:48:17 2018 +0900 GH-10 Updated version and RELEASENOTES.md for release 3.0.0 --- RELEASENOTES.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bdcedd9..2981642 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Cordova-serve Release Notes +### 3.0.0 (Dec 20, 2018) +* [CB-14198](https://issues.apache.org/jira/browse/CB-14198) (all) Fix bug when running simulate --target= under non-US **Windows** 10 (#14) +* Don't restore mocked resource prior to resolution (#15) +* Dependency updates & replacing shelljs with which +* [CB-14069](https://issues.apache.org/jira/browse/CB-14069) Drop Node 4, Add Node 10 Support +* [CB-14191](https://issues.apache.org/jira/browse/CB-14191) (android) Fix bug with module requiring (#10) + ### 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. diff --git a/package.json b/package.json index e7b92ba..27e25b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-serve", - "version": "2.0.2-dev", + "version": "3.0.0", "description": "Apache Cordova server support for cordova-lib and cordova-browser.", "main": "src/main.js", "scripts": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
