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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new df419a1 release(12.0.0): updated release notes & version (cli-12.0.0)
df419a1 is described below
commit df419a18114c91184d78cea98841822097bfda2b
Author: Erisu <[email protected]>
AuthorDate: Sat May 20 01:57:51 2023 +0900
release(12.0.0): updated release notes & version (cli-12.0.0)
---
RELEASENOTES.md | 17 +++++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 20 insertions(+), 3 deletions(-)
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
`[email protected]` & `[email protected]`
+* [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`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+ * `[email protected]`
+
### 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": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]