Skip to content

Commit bee1ab6

Browse files
committed
chore: bump version to 0.1.13 and enhance commit-msg hook
- Add comprehensive test suite for commit-msg.hook template - Improve commit-msg hook template with enhanced debug capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Change-Id: I841dd3e8d5296b937f4f77bb1970435d25cc3fc1 Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 291ce8b commit bee1ab6

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.1.13] - 2025-09-03
9+
10+
### Added
11+
12+
- Add comprehensive test suite for commit-msg.hook template
13+
14+
### Changed
15+
16+
- Improve commit-msg hook template with enhanced debug capabilities
17+
818
## [0.1.12] - 2025-08-31
919

1020
### 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.1.12",
3+
"version": "0.1.13",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)