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 2020/07/01 14:18:46 UTC

[cordova-common] branch master updated: Updated RELEASENOTES.md & version for release 4.0.2 (common-v4.0.2)

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 f2c2a8d  Updated RELEASENOTES.md & version for release 4.0.2 (common-v4.0.2)
f2c2a8d is described below

commit f2c2a8d326826829bf0c4b9cc257278fbc1ab671
Author: Erisu <el...@gmail.com>
AuthorDate: Wed Jul 1 17:09:35 2020 +0900

    Updated RELEASENOTES.md & version for release 4.0.2 (common-v4.0.2)
---
 RELEASENOTES.md   | 7 +++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ece01cc..9dc8a83 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # cordova-common Release Notes
 
+### 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
+* [GH-147](https://github.com/apache/cordova-common/pull/147) chore: remove trailing whitespace
+* [GH-146](https://github.com/apache/cordova-common/pull/146) chore: bump `devDependencies` `nyc` -> `^15.1.0`
+* [GH-145](https://github.com/apache/cordova-common/pull/145) test: remove unused test fixtures
+
 ### 4.0.1 (May 14, 2020)
 
 * [GH-141](https://github.com/apache/cordova-common/pull/141) chore: apply random missing minor changes
diff --git a/package-lock.json b/package-lock.json
index 0c0c7f9..d37eee2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-common",
-  "version": "4.0.2-dev",
+  "version": "4.0.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index a7e6135..3e910d4 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.0.2-dev",
+  "version": "4.0.2",
   "repository": "github:apache/cordova-common",
   "bugs": "https://github.com/apache/cordova-common/issues",
   "main": "cordova-common.js",


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