Skip to content

Commit 547b1df

Browse files
chore(main): release 5.5.2
1 parent c953d93 commit 547b1df

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.5.2](https://github.com/nodejs/node-core-utils/compare/v5.5.1...v5.5.2) (2024-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* handle errors on H1 fetch reports ([#858](https://github.com/nodejs/node-core-utils/issues/858)) ([1f6bcf6](https://github.com/nodejs/node-core-utils/commit/1f6bcf693d6117c8a2d9ec372268635ceb453701))
9+
* **v8:** mark boolean CLI options as such ([#861](https://github.com/nodejs/node-core-utils/issues/861)) ([c953d93](https://github.com/nodejs/node-core-utils/commit/c953d93523cf2d88686e076f9abd4b661a9e8b0d))
10+
311
## [5.5.1](https://github.com/nodejs/node-core-utils/compare/v5.5.0...v5.5.1) (2024-09-26)
412

513

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

0 commit comments

Comments
 (0)