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
The following commit(s) were added to refs/heads/master by this push:
new 9b24c46 release(4.0.1): updated release notes & version (serve-4.0.1)
9b24c46 is described below
commit 9b24c468d3a24275027191c26eeb2bb3173700b1
Author: Erisu <[email protected]>
AuthorDate: Mon Jan 30 14:14:22 2023 +0900
release(4.0.1): updated release notes & version (serve-4.0.1)
---
RELEASENOTES.md | 12 ++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bd9a663..b7022e0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
-->
# Cordova-serve Release Notes
+### 4.0.1 (Jan 30, 2023)
+
+* [GH-49](https://github.com/apache/cordova-serve/pull/49),
[GH-51](https://github.com/apache/cordova-serve/pull/51),
[GH-53](https://github.com/apache/cordova-serve/pull/53) chore: rebuilt
package-lock.json
+* [GH-52](https://github.com/apache/cordova-serve/pull/52) ci: update github
action workflow
+* [GH-46](https://github.com/apache/cordova-serve/pull/46) fix(main.js): color
of 404 status in console logs
+* [GH-45](https://github.com/apache/cordova-serve/pull/45) fix(main.js):
resolve deprecation warning on Node.js 12
+* [GH-44](https://github.com/apache/cordova-serve/pull/44) fix: pass mandatory
args to platform API constructor
+* chore(asf): Update GitHub repo metadata
+* [GH-38](https://github.com/apache/cordova-serve/pull/38) ci: add node 14 to
workflow
+* chore(asf): update git notification settings
+* Update CONTRIBUTING.md
+
### 4.0.0 (Apr 08, 2020)
* [GH-31](https://github.com/apache/cordova-serve/pull/31) doc(README):
formatting, syntax updating, wording
diff --git a/package-lock.json b/package-lock.json
index 86c3ffc..eb1b6f9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-serve",
- "version": "4.0.1-dev",
+ "version": "4.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-serve",
- "version": "4.0.1-dev",
+ "version": "4.0.1",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^3.0.0",
diff --git a/package.json b/package.json
index e398575..b172093 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-serve",
- "version": "4.0.1-dev",
+ "version": "4.0.1",
"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]