Skip to content

Commit 8614bb2

Browse files
chore(main): release 7.0.0
1 parent eb405a1 commit 8614bb2

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/nodejs/node-core-utils/compare/v6.4.0...v7.0.0) (2026-07-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 20 and 25 ([#1072](https://github.com/nodejs/node-core-utils/issues/1072))
9+
10+
### Features
11+
12+
* add confirmation steps to any write operation ([#1092](https://github.com/nodejs/node-core-utils/issues/1092)) ([07d5ba0](https://github.com/nodejs/node-core-utils/commit/07d5ba0c2c2800ebf7cd7f14c826c0a43ca65894))
13+
* add metadata JSON readiness output ([#1113](https://github.com/nodejs/node-core-utils/issues/1113)) ([a22e127](https://github.com/nodejs/node-core-utils/commit/a22e127565e86238cc9d0b378cbbe297cdc58ea6))
14+
* **git-node:** add `git node benchmark` ([#1114](https://github.com/nodejs/node-core-utils/issues/1114)) ([eb405a1](https://github.com/nodejs/node-core-utils/commit/eb405a170d741d5fdb2f7cbc4f7e413ad9570c40))
15+
* **git-node:** add `git node security --apply-patches` ([#1050](https://github.com/nodejs/node-core-utils/issues/1050)) ([bf990ac](https://github.com/nodejs/node-core-utils/commit/bf990ac8fdc9d92567a3b2e084c37051bfcff904))
16+
* **security:** offer Tuesday release date choices ([#1110](https://github.com/nodejs/node-core-utils/issues/1110)) ([1f46846](https://github.com/nodejs/node-core-utils/commit/1f46846c29b6e21962beb7d15b9f94eb5781c5d3))
17+
18+
19+
### Bug Fixes
20+
21+
* **git-node:** add missing exit loop condition ([#1101](https://github.com/nodejs/node-core-utils/issues/1101)) ([2d1085f](https://github.com/nodejs/node-core-utils/commit/2d1085f5824c76f9fe7261cefc6ccd74c9ce4035))
22+
* **git-node:** prefill both patch and minor versions when requesting CVEs ([#1095](https://github.com/nodejs/node-core-utils/issues/1095)) ([0ead0a1](https://github.com/nodejs/node-core-utils/commit/0ead0a1a213fb67a43aec3ba2353613ec718dca3))
23+
* **git-node:** security release preparation should not use staging ([#1096](https://github.com/nodejs/node-core-utils/issues/1096)) ([4ad397f](https://github.com/nodejs/node-core-utils/commit/4ad397f9075cbcf7f741c4990629d1ff223ad5fb))
24+
* **wpt:** avoid test/fixtures/wpt/README.md conflicts ([d9fff73](https://github.com/nodejs/node-core-utils/commit/d9fff73877c8cffdfb03b1cd8132bd6c640fc137))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* drop support for Node.js 20 and 25 ([#1072](https://github.com/nodejs/node-core-utils/issues/1072)) ([c564d81](https://github.com/nodejs/node-core-utils/commit/c564d818fb55f7cdd3159708a65584db64fd43b6))
30+
331
## [6.4.0](https://github.com/nodejs/node-core-utils/compare/v6.3.3...v6.4.0) (2026-05-13)
432

533

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

0 commit comments

Comments
 (0)