Skip to content

Commit a3b2662

Browse files
chore(main): release 3.4.1 (#727)
1 parent 992f9eb commit a3b2662

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## [3.4.0](https://github.com/nodejs/node-core-utils/compare/v3.3.0...v3.4.0) (2023-09-04)
411

512

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

0 commit comments

Comments
 (0)