Skip to content

Commit 68015be

Browse files
chore(main): release 5.0.0 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a6f6ba commit 68015be

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [5.0.0](https://github.com/nodejs/core-validate-commit/compare/v4.1.0...v5.0.0) (2026-03-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18 ([#133](https://github.com/nodejs/core-validate-commit/issues/133))
9+
* `package.json` now contains `engines.node`
10+
11+
### Features
12+
13+
* add support for stdin JSON input ([#135](https://github.com/nodejs/core-validate-commit/issues/135)) ([3200730](https://github.com/nodejs/core-validate-commit/commit/32007307ca770180991991f6c1682fe5c048a887))
14+
* support co-authorship lines in body ([#130](https://github.com/nodejs/core-validate-commit/issues/130)) ([47e1d6d](https://github.com/nodejs/core-validate-commit/commit/47e1d6d51c2293ddab891ca6e9f2a6d7a93fe711))
15+
16+
17+
### Bug Fixes
18+
19+
* **co-authored-by-is-trailer:** trailers do not have leading spaces ([#136](https://github.com/nodejs/core-validate-commit/issues/136)) ([39b93a3](https://github.com/nodejs/core-validate-commit/commit/39b93a36688cabd4221e6c2e2c1c03c17de6f2e9))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* do not test on EOL Node.js versions ([#124](https://github.com/nodejs/core-validate-commit/issues/124)) ([4556b7c](https://github.com/nodejs/core-validate-commit/commit/4556b7ced175f8802ef32a0cb1af273e9bab5c24))
25+
* drop support for Node.js 18 ([#133](https://github.com/nodejs/core-validate-commit/issues/133)) ([b4dae98](https://github.com/nodejs/core-validate-commit/commit/b4dae98fcf2116e10f46b586710aadf2e883f682))

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-validate-commit",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Validate the commit message for a particular commit in node core",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)