Skip to content

Commit 569ceed

Browse files
chore(main): release 5.9.0
1 parent 170e4b0 commit 569ceed

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.9.0](https://github.com/nodejs/node-core-utils/compare/v5.8.0...v5.9.0) (2025-01-14)
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+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
316
## [5.8.0](https://github.com/nodejs/node-core-utils/compare/v5.7.0...v5.8.0) (2024-12-03)
417

518

package.json

Lines changed: 1 addition & 1 deletion
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)