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


The following commit(s) were added to refs/heads/master by this push:
     new 23be9ed  release(3.1.0): updated release notes & version (fetch-3.1.0)
23be9ed is described below

commit 23be9ed32b84b5856343aa79e19a01d99579c10b
Author: Erisu <[email protected]>
AuthorDate: Tue Dec 6 12:41:43 2022 +0900

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

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 05a882e..22d5dd0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,23 @@
 -->
 # Cordova-fetch Release Notes
 
+### 3.1.0 (Dec 06, 2022)
+
+* [GH-101](https://github.com/apache/cordova-fetch/pull/101) ci(workflow): 
update node 14 to use npm ^7.2
+* [GH-100](https://github.com/apache/cordova-fetch/pull/100) ci(workflow): 
update action dependencies & node versions
+* [GH-98](https://github.com/apache/cordova-fetch/pull/98) dep(npm): bump w/ 
latetst minor & patch releases
+  * `cordova-common@^4.1.0`
+  * `fs-extra@^9.1.0`
+  * `npm-package-arg@^8.1.5`
+  * `pacote@^11.3.5`
+  * `resolve@^1.22.1`
+  * `semver@^7.3.8`
+  * `jasmine@^3.99.0`
+  * `nyc@^15.1.0`
+* [GH-97](https://github.com/apache/cordova-fetch/pull/97) chore(npm): rebuilt 
`package-lock` to v2
+* [GH-94](https://github.com/apache/cordova-fetch/pull/94) ci(workflow): 
replace node 15 with node 16 (npm@7)
+* [GH-93](https://github.com/apache/cordova-fetch/pull/93) chore(npm): update 
`package-lock`
+
 ### 3.0.1 (Feb 02, 2021)
 
 * [GH-91](https://github.com/apache/cordova-fetch/pull/91) fix: cordova-fetch 
with npm@7
diff --git a/package-lock.json b/package-lock.json
index 1340088..4d7bfdd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-fetch",
-  "version": "3.1.0-dev",
+  "version": "3.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-fetch",
-      "version": "3.1.0-dev",
+      "version": "3.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "cordova-common": "^4.1.0",
diff --git a/package.json b/package.json
index 8923f0c..d684d76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.1.0-dev",
+  "version": "3.1.0",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",


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

Reply via email to