release(12.0.0): updated release notes & version (cli-12.0.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index dbc13ee..c07f80a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,23 @@
 -->
 # Cordova-cli Release Notes
 
+### 12.0.0 (May 20, 2023)
+
+**Breaking:**
+
+* [GH-611](https://github.com/apache/cordova-cli/pull/611) feat!(run): call platform api to list targets
+* [GH-595](https://github.com/apache/cordova-cli/pull/595) feat!: remove `update-notifier` support
+* [GH-615](https://github.com/apache/cordova-cli/pull/615) dep!: bump `cordova-create@5.0.0` & `cordova-lib@12.0.0`
+* [GH-613](https://github.com/apache/cordova-cli/pull/613) dep!: bump possible dependencies & set bump node requirement `>=16.13.0`
+  * `@cordova/eslint-config@^5.0.0`
+  * `jasmine@^4.6.0`
+  * `rewire@^6.0.0`
+  * `cordova-common@5.0.0`
+  * `fs-extra@11.1.1`
+  * `nopt@7.1.0`
+  * `semver@7.5.0`
+  * `systeminformation@5.17.12`
+
 ### 11.1.0 (Jan 11, 2023)
 
 * [GH-603](https://github.com/apache/cordova-cli/pull/603) dep: bump to latest minor+patch w/ `package-lock` rebuild
diff --git a/package-lock.json b/package-lock.json
index 324c0a4..4f2d175 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova",
-  "version": "12.0.0-dev",
+  "version": "12.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova",
-      "version": "12.0.0-dev",
+      "version": "12.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "configstore": "^5.0.1",
diff --git a/package.json b/package.json
index 3fd6b89..d6a9554 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "12.0.0-dev",
+  "version": "12.0.0",
   "description": "Cordova command line interface tool",
   "main": "cordova",
   "engines": {