Skip to content

Commit 47bf0d7

Browse files
chore(main): release 5.11.1
1 parent f6dda1c commit 47bf0d7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [5.11.1](https://github.com/nodejs/node-core-utils/compare/v5.11.0...v5.11.1) (2025-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [5.11.0](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.11.0) (2025-01-29)
411

512

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)