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 f1f9ff3  release(4.0.0): updated release notes & version (fetch-4.0.0)
f1f9ff3 is described below

commit f1f9ff3b9daa97e0d8e32ecf2f0940117d2b01ed
Author: Erisu <er...@apache.org>
AuthorDate: Thu Apr 6 19:35:30 2023 +0900

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

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 22d5dd0..895e4fb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,26 @@
 -->
 # Cordova-fetch Release Notes
 
+### 4.0.0 (Apr 06, 2023)
+
+* [GH-108](https://github.com/apache/cordova-fetch/pull/108) dep!: bumped 
`node` & `npm` engine requirment & dependencies w/ `package-lock` rebuild
+  * Engine Requirement Update
+    * Node: `>= 16.13.0`
+    * npm: `>= 8.1.0`
+  * Package Upgrade
+    * `@npmcli/arborist@6.2.5`
+    * `pacote@15.1.1`
+    * `npm-package-arg@10.1.0`
+    * `@cordova/eslint-config@5.0.0`
+    * `fs-extra@11.1.1`
+    * `cordova-common@5.0.0`
+    * `jasmine@4.6.0`
+* [GH-109](https://github.com/apache/cordova-fetch/pull/109) dep!: bump 
`which@3.0.0`
+* [GH-102](https://github.com/apache/cordova-fetch/pull/102) dep(npm): update 
`pacote@15.0.7`
+* [GH-75](https://github.com/apache/cordova-fetch/pull/75) refactor: replace 
`superspawn` with `execa`
+* [GH-110](https://github.com/apache/cordova-fetch/pull/110) test: remove 
private internal method testing and `rewire`
+* [GH-111](https://github.com/apache/cordova-fetch/pull/111) ci: sync 
`codecov-action` setup between other repos
+
 ### 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
diff --git a/package-lock.json b/package-lock.json
index 80c7b39..a2a1927 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-fetch",
-  "version": "4.0.0-dev",
+  "version": "4.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-fetch",
-      "version": "4.0.0-dev",
+      "version": "4.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@npmcli/arborist": "^6.2.5",
diff --git a/package.json b/package.json
index fa46782..6fa58f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "4.0.0-dev",
+  "version": "4.0.0",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",


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

Reply via email to