You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2021/02/03 04:53:30 UTC

[cordova-fetch] branch master updated (548b684 -> f974d86)

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

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


    from 548b684  chore: Update package-lock (#93)
     new d374bb3  Updated version and RELEASENOTES.md for v3.0.1
     new f974d86  Increment package version to 3.0.2-dev

The 2 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.


Summary of changes:
 RELEASENOTES.md   | 8 ++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)


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


[cordova-fetch] 01/02: Updated version and RELEASENOTES.md for v3.0.1

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

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

commit d374bb39ba8cf6143cb4beaab4dbd549ed7e4956
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Tue Feb 2 20:48:13 2021 -0800

    Updated version and RELEASENOTES.md for v3.0.1
---
 RELEASENOTES.md   | 8 ++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 51e4b93..05a882e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Cordova-fetch Release Notes
 
+### 3.0.1 (Feb 02, 2021)
+
+* [GH-91](https://github.com/apache/cordova-fetch/pull/91) fix: cordova-fetch with npm@7
+* [GH-89](https://github.com/apache/cordova-fetch/pull/89) refactor: use async/await where applicable
+* [GH-88](https://github.com/apache/cordova-fetch/pull/88) fix: do not pack rejections from resolve in array
+* [GH-90](https://github.com/apache/cordova-fetch/pull/90) fix: use POSIX-style paths for require.resolve & Co
+* [GH-86](https://github.com/apache/cordova-fetch/pull/86) ci: add node 14 to workflow
+
 ### 3.0.0 (Apr 07, 2020)
 
 * Added NOTICE & LICENSE file for release
diff --git a/package-lock.json b/package-lock.json
index 5be1873..c1c94e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1c88edc..a95ca5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",


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


[cordova-fetch] 02/02: Increment package version to 3.0.2-dev

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

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

commit f974d8620ceb46ad11ea58ccb017a75d8a2d7243
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Tue Feb 2 20:52:24 2021 -0800

    Increment package version to 3.0.2-dev
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c1c94e1..419d132 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1",
+  "version": "3.0.2-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index a95ca5a..4d99a8c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1",
+  "version": "3.0.2-dev",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",


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