Skip to content

Commit 12dcbf6

Browse files
chore(main): release 5.9.0 (#891)
1 parent 8438ab7 commit 12dcbf6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.9.0](https://github.com/nodejs/node-core-utils/compare/v5.8.0...v5.9.0) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* **git-node:** verify tag signature during release promotion ([#879](https://github.com/nodejs/node-core-utils/issues/879)) ([4bd6820](https://github.com/nodejs/node-core-utils/commit/4bd6820800ef0fbb8c3edd0a9d3bf04f10ae5d8b))
9+
* update changelog-maker to a CVE-ID support ([#890](https://github.com/nodejs/node-core-utils/issues/890)) ([6eb25bd](https://github.com/nodejs/node-core-utils/commit/6eb25bdba30b5c35ef9d60ded4d7b3cc83426070))
10+
11+
12+
### Bug Fixes
13+
14+
* add line break when updating banner ([#886](https://github.com/nodejs/node-core-utils/issues/886)) ([8d75721](https://github.com/nodejs/node-core-utils/commit/8d7572140bcddf415f254fde3195fe88c863b518))
15+
* adjust base branch when prepare --security release ([#889](https://github.com/nodejs/node-core-utils/issues/889)) ([8788be2](https://github.com/nodejs/node-core-utils/commit/8788be25fa40f2e6d9bb80e7e23f9ba8d0052b1e))
16+
* adjust cve request generation ([#888](https://github.com/nodejs/node-core-utils/issues/888)) ([d86c059](https://github.com/nodejs/node-core-utils/commit/d86c059346ebd24192f1277014335d68018e0c6b))
17+
* sort impacted versions DESC ([#885](https://github.com/nodejs/node-core-utils/issues/885)) ([8438ab7](https://github.com/nodejs/node-core-utils/commit/8438ab74ae3930e23e06e654d5588f90aad15dfb))
18+
* use vulnerability folder for sec announcements ([#887](https://github.com/nodejs/node-core-utils/issues/887)) ([170e4b0](https://github.com/nodejs/node-core-utils/commit/170e4b0bf898f1fcab33814ce8cd1b179f08d9d1))
19+
320
## [5.8.0](https://github.com/nodejs/node-core-utils/compare/v5.7.0...v5.8.0) (2024-12-03)
421

522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/utils",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)