Skip to content

Commit 0c80833

Browse files
chore(main): release 5.14.0
1 parent 259da2a commit 0c80833

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.14.0](https://github.com/nodejs/node-core-utils/compare/v5.13.0...v5.14.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* **git-node:** rebase staging commits after promoting a release ([#934](https://github.com/nodejs/node-core-utils/issues/934)) ([197134f](https://github.com/nodejs/node-core-utils/commit/197134f4cd2f48beb072a13d763649ac363797f2))
9+
10+
11+
### Bug Fixes
12+
13+
* mention CI green on security --cleanup ([#932](https://github.com/nodejs/node-core-utils/issues/932)) ([52994d8](https://github.com/nodejs/node-core-utils/commit/52994d85903775669260d7b73876fa8b32915c6f))
14+
* **ncu-ci:** pass `COMMIT_SHA_CHECK` to V8 CI ([#928](https://github.com/nodejs/node-core-utils/issues/928)) ([259da2a](https://github.com/nodejs/node-core-utils/commit/259da2a709f68cc8e7fa7b7b4266d36f174bc9f8))
15+
316
## [5.13.0](https://github.com/nodejs/node-core-utils/compare/v5.12.2...v5.13.0) (2025-05-01)
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.13.0",
3+
"version": "5.14.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)