release(4.0.1): updated release notes & version (serve-4.0.1)
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": {