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-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new eb00bdca release(12.0.1): updated release notes & version (lib-12.0.1)
eb00bdca is described below

commit eb00bdca9d44b903eb38e1bef5d73d41386b88e3
Author: Erisu <[email protected]>
AuthorDate: Fri May 19 19:14:50 2023 +0900

    release(12.0.1): updated release notes & version (lib-12.0.1)
---
 RELEASENOTES.md   | 4 ++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3c3c4a6a..6596b734 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 e6a9657b..13ed37b8 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 f3301b9a..1c59a7d6 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",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to