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 992f9eb commit a3b2662Copy full SHA for a3b2662
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.4.1](https://github.com/nodejs/node-core-utils/compare/v3.4.0...v3.4.1) (2023-09-12)
4
+
5
6
+### Bug Fixes
7
8
+* **v8:** fix spawning of subprocesses ([#726](https://github.com/nodejs/node-core-utils/issues/726)) ([992f9eb](https://github.com/nodejs/node-core-utils/commit/992f9eb44ac9086e950e11a2e6dc2a7dfa54dd3c))
9
10
## [3.4.0](https://github.com/nodejs/node-core-utils/compare/v3.3.0...v3.4.0) (2023-09-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "node-core-utils",
- "version": "3.4.0",
+ "version": "3.4.1",
"description": "Utilities for Node.js core collaborators",
"type": "module",
"engines": {
0 commit comments