We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4e0c0 commit 47c2390Copy full SHA for 47c2390
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.4.2](https://github.com/nodejs/node-core-utils/compare/v3.4.1...v3.4.2) (2023-09-15)
4
+
5
6
+### Bug Fixes
7
8
+* **v8:** fix `git node v8 backport` ([#728](https://github.com/nodejs/node-core-utils/issues/728)) ([ba4e0c0](https://github.com/nodejs/node-core-utils/commit/ba4e0c0b3238a3747824c905e0fdbf10ac9b6516))
9
10
## [3.4.1](https://github.com/nodejs/node-core-utils/compare/v3.4.0...v3.4.1) (2023-09-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "node-core-utils",
- "version": "3.4.1",
+ "version": "3.4.2",
"description": "Utilities for Node.js core collaborators",
"type": "module",
"engines": {
0 commit comments