diff --git a/CHANGELOG.md b/CHANGELOG.md index e2125bd..792f3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.1.0](https://github.com/nodejs/core-validate-commit/compare/v5.0.1...v5.1.0) (2026-04-13) + + +### Features + +* add Signed-off-by and Assisted-By rules ([3fce4e6](https://github.com/nodejs/core-validate-commit/commit/3fce4e6f6cc4ebb2970406324b28fa6a03369489)) + + +### Bug Fixes + +* **rules:** add line-length exemptions for DCO sign-offs ([#142](https://github.com/nodejs/core-validate-commit/issues/142)) ([58c48dc](https://github.com/nodejs/core-validate-commit/commit/58c48dcead19eb9c868a7d67bc42bbc5a418725b)) + ## [5.0.1](https://github.com/nodejs/core-validate-commit/compare/v5.0.0...v5.0.1) (2026-03-18) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9a25b80..b76e7c8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "core-validate-commit", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "core-validate-commit", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "gitlint-parser-node": "^1.1.0" diff --git a/package.json b/package.json index a63502e..5a71f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-validate-commit", - "version": "5.0.1", + "version": "5.1.0", "description": "Validate the commit message for a particular commit in node core", "main": "index.js", "type": "module",