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-common.git
The following commit(s) were added to refs/heads/master by this push: new 8841b6b release(5.0.1): updated release notes & version (common-5.0.1) 8841b6b is described below commit 8841b6b40a3c6e0eb7601074174aece94ce13363 Author: エリス <er...@apache.org> AuthorDate: Tue Jan 28 11:10:26 2025 +0900 release(5.0.1): updated release notes & version (common-5.0.1) --- RELEASENOTES.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4148b43..1ddd5ac 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,27 @@ --> # cordova-common Release Notes +### 5.0.1 (Jan 28, 2025) + +**Chores:** + +* [GH-222](https://github.com/apache/cordova-common/pull/222) chore: bump npm dependencies to current minor revisions +* [GH-217](https://github.com/apache/cordova-common/pull/217) chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 +* [GH-218](https://github.com/apache/cordova-common/pull/218) chore(ci): Fix dependabot PR failures +* [GH-214](https://github.com/apache/cordova-common/pull/214) chore(deps): bump micromatch from 4.0.5 to 4.0.8 +* [GH-211](https://github.com/apache/cordova-common/pull/211) chore: Minor test fixes +* [GH-210](https://github.com/apache/cordova-common/pull/210) chore: Don't list dev dependencies in NOTICE +* [GH-208](https://github.com/apache/cordova-common/pull/208) chore(deps): bump braces from 3.0.2 to 3.0.3 +* [GH-207](https://github.com/apache/cordova-common/pull/207) chore(ci): Add NodeJS 22 to CI matrix +* [GH-206](https://github.com/apache/cordova-common/pull/206) chore(ci): Set up CodeQL analysis +* [GH-203](https://github.com/apache/cordova-common/pull/203) chore(deps): Modernize some dependencies +* [GH-204](https://github.com/apache/cordova-common/pull/204) chore: fix typo in license checker's ignored-packages config + +**CI:** + +* [GH-205](https://github.com/apache/cordova-common/pull/205) ci: update codecov@v4 w/ token +* [GH-202](https://github.com/apache/cordova-common/pull/202) ci: add release audit workflow + ### 5.0.0 (Feb 28, 2023) * [GH-186](https://github.com/apache/cordova-common/pull/186) feat!: bump package requirement node>=16 diff --git a/package-lock.json b/package-lock.json index e5881df..083e2a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-common", - "version": "5.0.1-dev", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-common", - "version": "5.0.1-dev", + "version": "5.0.1", "license": "Apache-2.0", "dependencies": { "@netflix/nerror": "^1.1.3", diff --git a/package.json b/package.json index ad0bda0..72071ae 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": "5.0.1-dev", + "version": "5.0.1", "repository": "github:apache/cordova-common", "bugs": "https://github.com/apache/cordova-common/issues", "main": "cordova-common.js", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org