From 2516ee548982431ff38eec32d3bae585ff7f7a27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:55:01 +0000 Subject: [PATCH] chore(main): release 5.0.1 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c46cd2..e2125bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.0.1](https://github.com/nodejs/core-validate-commit/compare/v5.0.0...v5.0.1) (2026-03-18) + + +### Bug Fixes + +* **rules:** add `config` subsystem ([#129](https://github.com/nodejs/core-validate-commit/issues/129)) ([0371a3d](https://github.com/nodejs/core-validate-commit/commit/0371a3d2c043d3e17f1d0a91b4a7542b06949a42)) +* **rules:** add `vfs` subsystem ([#139](https://github.com/nodejs/core-validate-commit/issues/139)) ([d4ebfff](https://github.com/nodejs/core-validate-commit/commit/d4ebfff7417f3cc252da892e27762b8211133e6e)) + ## [5.0.0](https://github.com/nodejs/core-validate-commit/compare/v4.1.0...v5.0.0) (2026-03-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 54eae10..9a25b80 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "core-validate-commit", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "core-validate-commit", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "gitlint-parser-node": "^1.1.0" diff --git a/package.json b/package.json index 373878e..a63502e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-validate-commit", - "version": "5.0.0", + "version": "5.0.1", "description": "Validate the commit message for a particular commit in node core", "main": "index.js", "type": "module",