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


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

commit e8e873564865ca85bca70f6f3f1ad2d753facc9d
Author: Erisu <[email protected]>
AuthorDate: Tue Nov 8 22:12:01 2022 +0900

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

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9dc8a83..fc90d3a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,20 @@
 -->
 # cordova-common Release Notes
 
+### 4.1.0 (Nov 08, 2022)
+
+* [GH-181](https://github.com/apache/cordova-common/pull/181) 
feat(PluginInfo): Allow XML Attributes to be passed through to core platforms
+* [GH-158](https://github.com/apache/cordova-common/pull/158) 
fix(ConfigChanges): do not pass PlistValue to xml_helpers.resolveParent
+* [GH-162](https://github.com/apache/cordova-common/pull/162) 
refactor(PlatformMunger): DRY & simplify config munging
+* [GH-160](https://github.com/apache/cordova-common/pull/160) 
refactor(xml-helpers): document & check function signature types
+* [GH-159](https://github.com/apache/cordova-common/pull/159) 
refactor(ConfigChanges): use for-of loop for iterating over array
+* [GH-184](https://github.com/apache/cordova-common/pull/184) chore: rebuild 
package-lock.json
+* [GH-176](https://github.com/apache/cordova-common/pull/176) chore(npm): 
rebuilt package-lock to v2
+* [GH-173](https://github.com/apache/cordova-common/pull/173) chore: npmrc
+* [GH-180](https://github.com/apache/cordova-common/pull/180) ci: Remove Node 
10/12 from matrix. Added Node 16 and 18.
+* [GH-150](https://github.com/apache/cordova-common/pull/150) ci: add node 14 
to workflow
+* [GH-161](https://github.com/apache/cordova-common/pull/161) test: fix 
invalid config for jasmine-spec-reporter
+
 ### 4.0.2 (Jul 01, 2020)
 
 * [GH-144](https://github.com/apache/cordova-common/pull/144) fix(ios): 
resolve correct path to app info `plist` when multiple `plist` files are present
diff --git a/package-lock.json b/package-lock.json
index 767e85f..6e9e33f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-common",
-  "version": "4.1.0-dev",
+  "version": "4.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-common",
-      "version": "4.1.0-dev",
+      "version": "4.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@netflix/nerror": "^1.1.3",
diff --git a/package.json b/package.json
index 1574769..41a08e4 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "4.1.0-dev",
+  "version": "4.1.0",
   "repository": "github:apache/cordova-common",
   "bugs": "https://github.com/apache/cordova-common/issues";,
   "main": "cordova-common.js",


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

Reply via email to