Skip to content

Commit 7228c5e

Browse files
chore(main): release 5.10.1
1 parent d7f203c commit 7228c5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [5.10.1](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.10.1) (2025-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **git-node:** adjust `security --cleanup` ([#901](https://github.com/nodejs/node-core-utils/issues/901)) ([3cb5255](https://github.com/nodejs/node-core-utils/commit/3cb52551396ca5b00da94b9e2e7f1cae01264c9c))
9+
* handle UNKNOWN status and lint fix ([#892](https://github.com/nodejs/node-core-utils/issues/892)) ([cce9b81](https://github.com/nodejs/node-core-utils/commit/cce9b81a617ec9f23764904a01a4c821e4cb096a))
10+
311
## [5.10.0](https://github.com/nodejs/node-core-utils/compare/v5.9.0...v5.10.0) (2025-01-20)
412

513

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

0 commit comments

Comments
 (0)