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 2019/10/28 08:31:21 UTC

[cordova-common] branch 3.2.x created (now 61e4099)

This is an automated email from the ASF dual-hosted git repository.

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


      at 61e4099  Update version & RELEASENOTES.md for 3.2.1

This branch includes the following new commits:

     new 61e4099  Update version & RELEASENOTES.md for 3.2.1

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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-common] 01/01: Update version & RELEASENOTES.md for 3.2.1

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/cordova-common.git

commit 61e4099d5a3730c45f630db8fe814bacacd8384d
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Oct 28 17:26:16 2019 +0900

    Update version & RELEASENOTES.md for 3.2.1
---
 RELEASENOTES.md | 12 ++++++++++++
 package.json    |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 92d3991..139eec2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Cordova-common Release Notes
 
+### 3.2.1 (Oct 28, 2019)
+
+* [GH-78](https://github.com/apache/cordova-common/pull/78) (windows) Add `.jsproj` as file extension for XML files ([GH-62](https://github.com/apache/cordova-common/pull/62))
+* [GH-89](https://github.com/apache/cordova-common/pull/89) revert: ([GH-24](https://github.com/apache/cordova-common/pull/24)) [CB-14108](https://issues.apache.org/jira/browse/CB-14108) fix incorrect count in `config_munge`
+* [GH-82](https://github.com/apache/cordova-common/pull/82) General cleanup with eslint updates
+* [GH-86](https://github.com/apache/cordova-common/pull/86) eslint cleanup fixes: `operator-linebreak`
+* [GH-81](https://github.com/apache/cordova-common/pull/81) remove `no-throw-literal` lint exception not needed
+* [GH-83](https://github.com/apache/cordova-common/pull/83) Fix ESLint violations where applicable
+* [GH-80](https://github.com/apache/cordova-common/pull/80) Update to jasmine 3.4 & fix resulting spec failures
+* [GH-79](https://github.com/apache/cordova-common/pull/79) Promise handling cleanup in specs
+* [GH-77](https://github.com/apache/cordova-common/pull/77) Do not ignore AppVeyor failures on Node.js 12
+
 ### 3.2.0 (Jun 12, 2019)
 * (ios) plist document not indented with tabs ([#69](https://github.com/apache/cordova-common/pull/69))
 * Update fs-extra to v8 ([#70](https://github.com/apache/cordova-common/pull/70))
diff --git a/package.json b/package.json
index 07ab6e6..fb0b0e0 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": "3.2.1-dev",
+  "version": "3.2.1",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-common"


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