Skip to content

Commit 927fc4d

Browse files
chore(main): release 4.2.2
1 parent dbd8c65 commit 927fc4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.2](https://github.com/nodejs/node-core-utils/compare/v4.2.1...v4.2.2) (2023-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** use shell expansion to run test files ([#761](https://github.com/nodejs/node-core-utils/issues/761)) ([dbd8c65](https://github.com/nodejs/node-core-utils/commit/dbd8c65f4e2baaaa648cbb99cafade85f8ebf1a2))
9+
310
## [4.2.1](https://github.com/nodejs/node-core-utils/compare/v4.2.0...v4.2.1) (2023-11-29)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/utils",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)