Skip to content

Commit 021161b

Browse files
chore(main): release 5.11.0 (#899)
1 parent 8dd1e6c commit 021161b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [5.11.0](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.11.0) (2025-01-29)
4+
5+
6+
### Features
7+
8+
* **v8:** add simdutf to V8 deps ([#903](https://github.com/nodejs/node-core-utils/issues/903)) ([8dd1e6c](https://github.com/nodejs/node-core-utils/commit/8dd1e6c313f3917be19aa021d197253f7b0b1dc9))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* 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))
15+
316
## [5.10.0](https://github.com/nodejs/node-core-utils/compare/v5.9.0...v5.10.0) (2025-01-20)
417

518

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

0 commit comments

Comments
 (0)