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 11d0a04 commit 54818f8Copy full SHA for 54818f8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.5.1](https://github.com/nodejs/node-core-utils/compare/v5.5.0...v5.5.1) (2024-09-03)
4
+
5
6
+### Bug Fixes
7
8
+* **v8:** handle error in git apply ([#851](https://github.com/nodejs/node-core-utils/issues/851)) ([11d0a04](https://github.com/nodejs/node-core-utils/commit/11d0a04aa08a221b400515801a99702c339fd832))
9
10
## [5.5.0](https://github.com/nodejs/node-core-utils/compare/v5.4.0...v5.5.0) (2024-09-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@node-core/utils",
- "version": "5.5.0",
+ "version": "5.5.1",
"description": "Utilities for Node.js core collaborators",
"type": "module",
"engines": {
0 commit comments