Skip to content

Commit 08a0d11

Browse files
chore(main): release 5.11.1
1 parent 4a03216 commit 08a0d11

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [5.11.1](https://github.com/nodejs/node-core-utils/compare/v5.11.0...v5.11.1) (2025-03-20)
4+
5+
6+
### Bug Fixes
7+
8+
* adjust release commit message to messageonly on sec release ([c408dd9](https://github.com/nodejs/node-core-utils/commit/c408dd92eaf90fd83ed766c02cdd45bad9301c7e))
9+
* **git-node:** allow security release promotion ([#900](https://github.com/nodejs/node-core-utils/issues/900)) ([4a03216](https://github.com/nodejs/node-core-utils/commit/4a03216a2fffad7ec352bf977a89759c7deba5af))
10+
* **git-node:** check the tag signature and not the commit one ([#907](https://github.com/nodejs/node-core-utils/issues/907)) ([f6dda1c](https://github.com/nodejs/node-core-utils/commit/f6dda1c002f4ec437b3b6e069883941ef43a9d7a))
11+
* use messageonly type when notable-changes sec release ([a21f963](https://github.com/nodejs/node-core-utils/commit/a21f9635e63524a12309f9fa91026078b9a5c67b))
12+
313
## [5.11.0](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.11.0) (2025-01-29)
414

515

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.11.0",
3+
"version": "5.11.1",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)