diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c519ccb..5a08a432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/nodejs/node-core-utils/compare/v6.0.0...v6.1.0) (2026-01-02) + + +### Features + +* automatically include cveId trailling ([#1022](https://github.com/nodejs/node-core-utils/issues/1022)) ([89df053](https://github.com/nodejs/node-core-utils/commit/89df0538426b32826db9f8e39a3d1f687d42abaa)) + + +### Bug Fixes + +* improve suggestion next patch or next minor version ([#1014](https://github.com/nodejs/node-core-utils/issues/1014)) ([f15adf9](https://github.com/nodejs/node-core-utils/commit/f15adf903d91213e0042bdc108ddd8dab356769a)) + ## [6.0.0](https://github.com/nodejs/node-core-utils/compare/v5.16.2...v6.0.0) (2025-12-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f91d647a..74eb2d61 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@node-core/utils", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@node-core/utils", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.1", diff --git a/package.json b/package.json index bee6b404..a427eb55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "6.0.0", + "version": "6.1.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {