This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to tag 5.0.0 in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git
commit ee5baf536508da0d5ff3073c8034088d4e5a475d Author: Erisu <er...@apache.org> AuthorDate: Thu Aug 21 10:23:40 2025 +0900 release(5.0.0): updated release notes & version (fetch-5.0.0) --- RELEASENOTES.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6e846b2..4c8e602 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,38 @@ --> # Cordova-fetch Release Notes +### 5.0.0 (Aug 21, 2025) + +**Breaking Changes:** + +* [GH-131](https://github.com/apache/cordova-fetch/pull/131) chore(npm)!: bump `cordova-common@6.0.0` +* [GH-125](https://github.com/apache/cordova-fetch/pull/125) chore!: bump node requirement & npm dependencies + +**Chores:** + +* [GH-136](https://github.com/apache/cordova-fetch/pull/136) chore(README): update badges +* [GH-135](https://github.com/apache/cordova-fetch/pull/135) chore: update & add source code license headers +* [GH-130](https://github.com/apache/cordova-fetch/pull/130) chore: bump `@cordova/eslint-config` +* [GH-127](https://github.com/apache/cordova-fetch/pull/127) chore(coverage): Move from `nyc` to `c8` for code coverage +* [GH-124](https://github.com/apache/cordova-fetch/pull/124) chore(deps-dev): bump `brace-expansion` from 1.1.11 to 1.1.12 +* [GH-122](https://github.com/apache/cordova-fetch/pull/122) chore(deps): bump `cross-spawn` from 7.0.3 to 7.0.6 +* [GH-120](https://github.com/apache/cordova-fetch/pull/120) chore(deps): bump `micromatch` from 4.0.5 to 4.0.8 +* [GH-119](https://github.com/apache/cordova-fetch/pull/119) chore(deps): bump `braces` from 3.0.2 to 3.0.3 +* [GH-116](https://github.com/apache/cordova-fetch/pull/116) chore(deps): Update some dependencies, add Node 20 to CI + +**CI:** + +* [GH-137](https://github.com/apache/cordova-fetch/pull/137) ci: workflow updates +* [GH-128](https://github.com/apache/cordova-fetch/pull/128) ci(workflow): update release-audit & license config +* [GH-123](https://github.com/apache/cordova-fetch/pull/123) ci: Add licence checker workflow +* [GH-121](https://github.com/apache/cordova-fetch/pull/121) ci: Fix dependabot code scanning errors +* [GH-118](https://github.com/apache/cordova-fetch/pull/118) ci: Set up CodeQL analysis +* [GH-117](https://github.com/apache/cordova-fetch/pull/117) ci: update codecov@v4 w/ token + +**Tests:** + +* [GH-126](https://github.com/apache/cordova-fetch/pull/126) test: drop `file-url` + ### 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 diff --git a/package-lock.json b/package-lock.json index 32cddae..abbdb48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-fetch", - "version": "5.0.0-dev", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-fetch", - "version": "5.0.0-dev", + "version": "5.0.0", "license": "Apache-2.0", "dependencies": { "@npmcli/arborist": "^9.1.3", diff --git a/package.json b/package.json index 9fc8b41..a24d3f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-fetch", - "version": "5.0.0-dev", + "version": "5.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