diff --git a/CHANGELOG.md b/CHANGELOG.md index 2746109d..0542da9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.2](https://github.com/nodejs/node-core-utils/compare/v6.3.1...v6.3.2) (2026-04-14) + + +### Bug Fixes + +* **git-node:** handle single-line commit messages ([#1059](https://github.com/nodejs/node-core-utils/issues/1059)) ([f510b8a](https://github.com/nodejs/node-core-utils/commit/f510b8a2031a89912c5da20dd5b3ab7d0fb6f061)) + ## [6.3.1](https://github.com/nodejs/node-core-utils/compare/v6.3.0...v6.3.1) (2026-04-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a6668e3b..8f8ab614 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@node-core/utils", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@node-core/utils", - "version": "6.3.1", + "version": "6.3.2", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.1", diff --git a/package.json b/package.json index a55d1a69..553657ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "6.3.1", + "version": "6.3.2", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {