release(12.0.1): updated release notes & version (lib-12.0.1)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3c3c4a6..6596b73 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-lib Release Notes
 
+### 12.0.1 (May 19, 2023)
+
+* [GH-918](https://github.com/apache/cordova-lib/pull/918) fix: platform add with tarball & directory
+
 ### 12.0.0 (May 13, 2023)
 
 **Features:**
diff --git a/package-lock.json b/package-lock.json
index e6a9657..13ed37b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-lib",
-  "version": "12.0.1-dev",
+  "version": "12.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-lib",
-      "version": "12.0.1-dev",
+      "version": "12.0.1",
       "license": "Apache-2.0",
       "dependencies": {
         "cordova-common": "^5.0.0",
diff --git a/package.json b/package.json
index f3301b9..1c59a7d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-lib",
   "license": "Apache-2.0",
   "description": "Apache Cordova tools core lib and API",
-  "version": "12.0.1-dev",
+  "version": "12.0.1",
   "repository": "github:apache/cordova-lib",
   "bugs": "https://github.com/apache/cordova-lib/issues",
   "main": "cordova-lib.js",