diff --git a/CHANGELOG.md b/CHANGELOG.md index 637d81fb..bd8654a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/nodejs/node-core-utils/compare/v6.4.0...v7.0.0) (2026-05-27) + + +### ⚠ BREAKING CHANGES + +* drop support for Node.js 20 and 25 ([#1072](https://github.com/nodejs/node-core-utils/issues/1072)) + +### Miscellaneous Chores + +* 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)) + ## [6.4.0](https://github.com/nodejs/node-core-utils/compare/v6.3.3...v6.4.0) (2026-05-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b28c1282..c7559603 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.1", diff --git a/package.json b/package.json index fab1fee3..79c9feb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "6.4.0", + "version": "7.0.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {