Skip to content

Commit 1f4bebb

Browse files
chore(main): release 7.0.0
1 parent 383db96 commit 1f4bebb

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/nodejs/node-core-utils/compare/v6.4.0...v7.0.0) (2026-06-23)
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+
14+
15+
### Bug Fixes
16+
17+
* **wpt:** avoid test/fixtures/wpt/README.md conflicts ([d9fff73](https://github.com/nodejs/node-core-utils/commit/d9fff73877c8cffdfb03b1cd8132bd6c640fc137))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* 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))
23+
324
## [6.4.0](https://github.com/nodejs/node-core-utils/compare/v6.3.3...v6.4.0) (2026-05-13)
425

526

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)