Skip to content

Commit 8e1d27b

Browse files
chore(main): release 6.2.0
1 parent 7520eb9 commit 8e1d27b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [6.2.0](https://github.com/nodejs/node-core-utils/compare/v6.1.1...v6.2.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* add list detail of failed GHA jobs ([#960](https://github.com/nodejs/node-core-utils/issues/960)) ([19b468a](https://github.com/nodejs/node-core-utils/commit/19b468ad088a8200eabdc94a96f58a6027e2fc11))
9+
10+
11+
### Bug Fixes
12+
13+
* **git-node:** do not enforce minimum wait time for release proposals ([#1032](https://github.com/nodejs/node-core-utils/issues/1032)) ([4586163](https://github.com/nodejs/node-core-utils/commit/45861633306db130a587174d6abda676694f1447))
14+
* **git-node:** promoting a release using only PR number ([#1028](https://github.com/nodejs/node-core-utils/issues/1028)) ([37604ef](https://github.com/nodejs/node-core-utils/commit/37604ef61465a614f2a645e170db57d6a041eb34))
15+
* **git-node:** use stash and detached head for release operations ([#1033](https://github.com/nodejs/node-core-utils/issues/1033)) ([21fe473](https://github.com/nodejs/node-core-utils/commit/21fe4732ba20cf57332341941de448a93d107319))
16+
317
## [6.1.1](https://github.com/nodejs/node-core-utils/compare/v6.1.0...v6.1.1) (2026-01-05)
418

519

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)