We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6bcf6 commit e73eab5Copy full SHA for e73eab5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.5.2](https://github.com/nodejs/node-core-utils/compare/v5.5.1...v5.5.2) (2024-09-26)
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
10
## [5.5.1](https://github.com/nodejs/node-core-utils/compare/v5.5.0...v5.5.1) (2024-09-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@node-core/utils",
- "version": "5.5.1",
+ "version": "5.5.2",
"description": "Utilities for Node.js core collaborators",
"type": "module",
"engines": {
0 commit comments