[cordova-eslint] branch master updated (f7eb720 -> 1e0f4ac)

2023-01-11 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


from f7eb720  chore!: bump node engine requirement >=16.0.0 (#34)
 add 1e0f4ac  dep!: bump all available packages (#35)

No new revisions were added by this update.

Summary of changes:
 package-lock.json | 3930 +
 package.json  |   15 +-
 spec/e2e.spec.js  |6 +-
 3 files changed, 2190 insertions(+), 1761 deletions(-)


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



[cordova-eslint] branch dependabot/npm_and_yarn/minimatch-3.1.2 created (now 3f2bb3d)

2023-01-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/minimatch-3.1.2
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


  at 3f2bb3d  chore(deps): bump minimatch from 3.0.4 to 3.1.2

No new revisions were added by this update.


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



[cordova-eslint] branch master updated: ci(gh-actions): update workflow and dependencies (#33)

2023-01-11 Thread erisu
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-eslint.git


The following commit(s) were added to refs/heads/master by this push:
 new 5da4724  ci(gh-actions): update workflow and dependencies (#33)
5da4724 is described below

commit 5da472454d3eca6a851e2cb04cf388736341dc35
Author: エリス 
AuthorDate: Thu Jan 12 16:10:34 2023 +0900

ci(gh-actions): update workflow and dependencies (#33)
---
 .github/workflows/ci.yml | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 37b47f8..d9975de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,11 +27,11 @@ jobs:
 
 strategy:
   matrix:
-node-version: [12.x, 14.x, 16.x]
+node-version: [16.x, 18.x]
 
 steps:
-  - uses: actions/checkout@v2
-  - uses: actions/setup-node@v2
+  - uses: actions/checkout@v3
+  - uses: actions/setup-node@v3
 with:
   node-version: ${{ matrix.node-version }}
 
@@ -45,6 +45,7 @@ jobs:
 env:
   CI: true
 
-  - uses: codecov/codecov-action@v2
+  - uses: codecov/codecov-action@v3
+if: success()
 with:
-  fail_ci_if_error: true
+  name: ${{ runner.os }} node.js ${{ matrix.node-version }}


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



[cordova-eslint] branch master updated (5da4724 -> f7eb720)

2023-01-11 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git


from 5da4724  ci(gh-actions): update workflow and dependencies (#33)
 add f7eb720  chore!: bump node engine requirement >=16.0.0 (#34)

No new revisions were added by this update.

Summary of changes:
 package-lock.json | 2 +-
 package.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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



[cordova-eslint] branch master updated: chore: bump version 5.0.0-dev (#32)

2023-01-11 Thread erisu
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-eslint.git


The following commit(s) were added to refs/heads/master by this push:
 new fcabfb9  chore: bump version 5.0.0-dev (#32)
fcabfb9 is described below

commit fcabfb96d630fdf6b69b4f47ebaf44a56a27bcbc
Author: エリス 
AuthorDate: Thu Jan 12 16:10:19 2023 +0900

chore: bump version 5.0.0-dev (#32)
---
 package-lock.json | 4 ++--
 package.json  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2816394..0ea26e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "4.0.1-dev",
+  "version": "5.0.0-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
 "": {
   "name": "@cordova/eslint-config",
-  "version": "4.0.1-dev",
+  "version": "5.0.0-dev",
   "license": "Apache-2.0",
   "dependencies": {
 "eslint": "^7.32.0",
diff --git a/package.json b/package.json
index 72b303c..edbe932 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@cordova/eslint-config",
-  "version": "4.0.1-dev",
+  "version": "5.0.0-dev",
   "description": "Cordova ESLint Config",
   "main": "index.js",
   "scripts": {


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



[cordova-browser] branch master updated: chore!: drop node 10 and node 12 support (#114)

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


The following commit(s) were added to refs/heads/master by this push:
 new 2218451  chore!: drop node 10 and node 12 support (#114)
2218451 is described below

commit 2218451ad9ed57711ec0ea65aca4e200235a0719
Author: jcesarmobile 
AuthorDate: Thu Jan 12 02:26:21 2023 +0100

chore!: drop node 10 and node 12 support (#114)
---
 .github/workflows/ci.yml | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0459055..ccf6152 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
 strategy:
   matrix:
-node-version: [10.x, 12.x, 14.x, 16.x]
+node-version: [14.x, 16.x, 18.x]
 os: [ubuntu-latest, windows-latest, macos-latest]
 
 steps:
diff --git a/package.json b/package.json
index 42fc702..dccde89 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-"node": ">=10.0.0"
+"node": ">=14.0.0"
   },
   "nyc": {
 "include": [


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



[cordova-browser] 01/01: chore!: drop node 10 and node 12 support

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch drop-old-node
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 9ce79a3ae430f847d2c261e40f5fff8a3a65b182
Author: jcesarmobile 
AuthorDate: Thu Jan 12 01:43:09 2023 +0100

chore!: drop node 10 and node 12 support
---
 .github/workflows/ci.yml | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0459055..ccf6152 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
 strategy:
   matrix:
-node-version: [10.x, 12.x, 14.x, 16.x]
+node-version: [14.x, 16.x, 18.x]
 os: [ubuntu-latest, windows-latest, macos-latest]
 
 steps:
diff --git a/package.json b/package.json
index 42fc702..dccde89 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-"node": ">=10.0.0"
+"node": ">=14.0.0"
   },
   "nyc": {
 "include": [


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



[cordova-browser] branch drop-old-node created (now 9ce79a3)

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch drop-old-node
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


  at 9ce79a3  chore!: drop node 10 and node 12 support

This branch includes the following new commits:

 new 9ce79a3  chore!: drop node 10 and node 12 support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



[cordova-browser] branch master updated: ci: update github action workflow (#113)

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


The following commit(s) were added to refs/heads/master by this push:
 new dad60fc  ci: update github action workflow (#113)
dad60fc is described below

commit dad60fcc7165193d61ead12fd957285c0505ca13
Author: jcesarmobile 
AuthorDate: Thu Jan 12 01:39:40 2023 +0100

ci: update github action workflow (#113)
---
 .github/workflows/ci.yml | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d207d8c..0459055 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,23 +31,17 @@ jobs:
 os: [ubuntu-latest, windows-latest, macos-latest]
 
 steps:
-  - uses: actions/checkout@v2
+  - uses: actions/checkout@v3
 
   - name: Use Node.js ${{ matrix.node-version }}
-uses: actions/setup-node@v1
+uses: actions/setup-node@v3
 with:
   node-version: ${{ matrix.node-version }}
 
-  - name: set up JDK 1.8
-uses: actions/setup-java@v1
-with:
-  java-version: 1.8
-
   - name: Environment Information
 run: |
   node --version
   npm --version
-  gradle --version
 
   - name: npm install and test
 run: |
@@ -56,6 +50,6 @@ jobs:
 env:
   CI: true
 
-  - uses: codecov/codecov-action@v1
+  - uses: codecov/codecov-action@v3.1.1
 with:
   fail_ci_if_error: true


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



[cordova-browser] branch update-actions created (now 694a025)

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch update-actions
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


  at 694a025  ci: update github action workflow

This branch includes the following new commits:

 new 694a025  ci: update github action workflow

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



[cordova-browser] 01/01: ci: update github action workflow

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch update-actions
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 694a0256bba6a05dfad31ed2afeba4212ef52acf
Author: jcesarmobile 
AuthorDate: Thu Jan 12 01:27:07 2023 +0100

ci: update github action workflow
---
 .github/workflows/ci.yml | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d207d8c..0459055 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,23 +31,17 @@ jobs:
 os: [ubuntu-latest, windows-latest, macos-latest]
 
 steps:
-  - uses: actions/checkout@v2
+  - uses: actions/checkout@v3
 
   - name: Use Node.js ${{ matrix.node-version }}
-uses: actions/setup-node@v1
+uses: actions/setup-node@v3
 with:
   node-version: ${{ matrix.node-version }}
 
-  - name: set up JDK 1.8
-uses: actions/setup-java@v1
-with:
-  java-version: 1.8
-
   - name: Environment Information
 run: |
   node --version
   npm --version
-  gradle --version
 
   - name: npm install and test
 run: |
@@ -56,6 +50,6 @@ jobs:
 env:
   CI: true
 
-  - uses: codecov/codecov-action@v1
+  - uses: codecov/codecov-action@v3.1.1
 with:
   fail_ci_if_error: true


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



[cordova-browser] branch master updated: ci: remove travis & appveyor (#112)

2023-01-11 Thread jcesarmobile
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


The following commit(s) were added to refs/heads/master by this push:
 new ca32d9c  ci: remove travis & appveyor (#112)
ca32d9c is described below

commit ca32d9c07553b01183ec658a5cb7033bff81d708
Author: jcesarmobile 
AuthorDate: Thu Jan 12 00:06:18 2023 +0100

ci: remove travis & appveyor (#112)
---
 .travis.yml  | 18 --
 README.md|  5 ++---
 appveyor.yml | 38 --
 3 files changed, 2 insertions(+), 59 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2e07a32..000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: node_js
-sudo: false
-
-node_js:
-  - 10
-  - 12
-
-install:
-  - npm install
-  - npm install -g codecov
-
-script:
-  - node --version
-  - npm --version
-  - npm test
-
-after_script:
-  - codecov
diff --git a/README.md b/README.md
index be78a61..1b3af15 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,8 @@
 # under the License.
 #
 -->
-
-[![Build 
status](https://travis-ci.org/apache/cordova-browser.svg?branch=master 
)](https://travis-ci.org/apache/cordova-browser.svg?branch=master )
-[![Build 
Status](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)
+[![Node 
CI](https://github.com/apache/cordova-browser/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-browser/actions?query=branch%3Amaster)
+[![codecov.io](https://codecov.io/github/apache/cordova-browser/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-browser?branch=master)
 
 # Cordova Browser
 
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 610ad08..000
--- a/appveyor.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-# appveyor file
-# http://www.appveyor.com/docs/appveyor-yml
-
-environment:
-  matrix:
-- nodejs_version: "10"
-- nodejs_version: "12"
-- nodejs_version: "14"
-
-install:
-  - ps: Install-Product node $env:nodejs_version
-  - npm install
-
-build: off
-
-test_script:
-  - node --version
-  - npm --version
-  - msbuild /version
-  - npm test


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



[GitHub] [cordova-plugin-file-transfer] michaelpeterlee commented on issue #339: Compatibility with cordova-plugin-file@7 Android URLs

2023-01-11 Thread GitBox


michaelpeterlee commented on issue #339:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/issues/339#issuecomment-1379459987

   > > @phusting 
https://www.npmjs.com/package/cordova-plugin-ns0m-file-transfer This works!!! 
trust me!! i have just tried it
   > 
   > I get **Invalid Version: null**
   
   I received that also, however after installing via `npm` and then via 
`cordova` it built albeit does not solve the problem still.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



svn commit: r59269 - in /dev/cordova/cli-11.1.0: ./ cordova-11.1.0.tgz cordova-11.1.0.tgz.asc cordova-11.1.0.tgz.sha512

2023-01-11 Thread erisu
Author: erisu
Date: Wed Jan 11 08:48:37 2023
New Revision: 59269

Log:
cli-11.1.0 Uploading release candidates for cli release

Added:
dev/cordova/cli-11.1.0/
dev/cordova/cli-11.1.0/cordova-11.1.0.tgz   (with props)
dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.asc
dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.sha512

Added: dev/cordova/cli-11.1.0/cordova-11.1.0.tgz
==
Binary file - no diff available.

Propchange: dev/cordova/cli-11.1.0/cordova-11.1.0.tgz
--
svn:mime-type = application/octet-stream

Added: dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.asc
==
--- dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.asc (added)
+++ dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.asc Wed Jan 11 08:48:37 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEENEr0L9dbLPivnFmkLl/xf7Jq9/IFAmO+d9MACgkQLl/xf7Jq
+9/KeyQ//SOIQ5CHOE8Poxv1ITstDBdA4j7qeNGHOkqDgBwWiOpumvZW8xBFC8dIQ
+sqwgQcxd+B5Kd+2LFc91wjnluu5BHJxue4c8D4w/STLuV4g5/Mcb/AaGqiru0Obf
+bQGNxG2W2AJ49VPhrDoWgQv2bEfAAcDjdBTh5DYQDkTgPFQYSqMu6IA90nUgHybR
+m0g885nT8i/jP9Q6hxHzipykKYtkGujFHP3JLnnC5gtDWYjF9fED89SvFnyVEbL0
+jIBmY+/XE2pg2BEwD4SPiVoIdLwirQ1Cu83SYAQV4715maYoMhd9/6aJ7OKTXhTp
+kd0gdWpdrsZeQ/+qgeFoTsWkEAN9kdcA8zkNDQAbpCMJRqmOiRXJVkmpZ+vMEQf6
+danzvA+lcxb5O2blObBXHbJstX2swpT6fphABWSJzNW9lquW4pfSMnWNS+AUZmTW
+GYRKNI3sE9qjJnMh9YfzS0Jg55EljJcnj0/yMaRjzON8WURyW9oZiR3EZFrWyuwa
+wjS9R04LSWKQ6RYfI2FXYpP0RNNGDG3F/uriUP82LIk3FLOBUdGR1ejvB3ObY5OX
+kKsWPB8VG6pbuSNIKsFxDtG4xYin+QuSYpWiwJA9zRgN8AyptJcxMKPV5mTpLhIG
+LuFVR/F3CousThQzH7LCH01b0Pz1JcO352R6FcIbHtE5h9eEK9E=
+=hyRz
+-END PGP SIGNATURE-

Added: dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.sha512
==
--- dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.sha512 (added)
+++ dev/cordova/cli-11.1.0/cordova-11.1.0.tgz.sha512 Wed Jan 11 08:48:37 2023
@@ -0,0 +1 @@
+0ae17dc077062c2ede7f5b62d58a4ecb7fb75e8bf99fcce76ce8a929b1e3a595045ed6041c3bf6f86b9aa9007a9e390763e6717e8b2b215fc154c2e99290fc77



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



[cordova-cli] tag 11.1.0 created (now 934a0ff)

2023-01-11 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to tag 11.1.0
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


  at 934a0ff  (commit)
No new revisions were added by this update.


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



[cordova-cli] branch 11.1.x created (now 934a0ff)

2023-01-11 Thread erisu
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch 11.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


  at 934a0ff  release(11.1.0): updated release notes & version (cli-11.1.0)

No new revisions were added by this update.


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



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

2023-01-11 Thread erisu
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 
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-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org