You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/01/11 08:46:51 UTC

[cordova-cli] branch master updated: release(11.1.0): updated release notes & version (cli-11.1.0)

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 934a0ff  release(11.1.0): updated release notes & version (cli-11.1.0)
934a0ff is described below

commit 934a0ff4b1afc88d5a5b1037b3f199e5c284e1c9
Author: Erisu <er...@apache.org>
AuthorDate: Wed Jan 11 17:33:12 2023 +0900

    release(11.1.0): updated release notes & version (cli-11.1.0)
---
 RELEASENOTES.md   | 11 +++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 09d15e9..dbc13ee 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Cordova-cli Release Notes
 
+### 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
+  * `cordova-common@^4.1.0`
+  * `cordova-create@^4.1.0`
+  * `cordova-lib@^11.1.0`
+  * `systeminformation@^5.17.3`
+* [GH-599](https://github.com/apache/cordova-cli/pull/599) chore: remove unnecessary gendered text
+* [GH-600](https://github.com/apache/cordova-cli/pull/600) ci: update codecov & run on node 14-18
+* [GH-587](https://github.com/apache/cordova-cli/pull/587) dep(npm): bump packages to latest minor/patch revisions w/ `package-lock`
+
 ### 11.0.0 (Dec 17, 2021)
 
 * [GH-575](https://github.com/apache/cordova-cli/pull/575) chore: rebuilt `package-lock.json`
diff --git a/package-lock.json b/package-lock.json
index cfe8b21..1582530 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova",
-  "version": "11.1.0-dev",
+  "version": "11.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova",
-      "version": "11.1.0-dev",
+      "version": "11.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "configstore": "^5.0.1",
diff --git a/package.json b/package.json
index 87e2301..67b4b9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "11.1.0-dev",
+  "version": "11.1.0",
   "description": "Cordova command line interface tool",
   "main": "cordova",
   "engines": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org