Skip to content

Commit 9cf1dd8

Browse files
committed
chore: bump version to 0.2.10
Change-Id: I6988a065b84dd8d5a3ebf506e68e7b46de71d1fd Co-developed-by: Cursor <noreply@cursor.com>
1 parent 6aab413 commit 9cf1dd8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.10] - 2026-01-23
9+
10+
### Fixed
11+
12+
- Avoid treating non-trailer lines like "Solution: ..." as signatures
13+
- Require a hyphen in trailer tokens to prevent false positives
14+
- Add tests for non-trailer colon lines
15+
816
## [0.2.9] - 2025-09-28
917

1018
### Added

package-lock.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": "@ai-coding-workshop/commit-msg",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)