Skip to content

Commit 7e2e8e2

Browse files
committed
chore: bump version to 0.2.4 and update changelog
- Add COMMIT_MSG_TEST_NO_GLOBAL_HOOKS environment for test stability - Do not check local .githooks dir - Remove the hook file before writing 🤖 Generated with [Claude Code](https://claude.ai/code) Change-Id: I02a8dc2ee8484e54f1d1a3f857d258967c73f154 Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent c17ffad commit 7e2e8e2

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.4] - 2025-09-17
9+
10+
### Added
11+
12+
- Add COMMIT_MSG_TEST_NO_GLOBAL_HOOKS environment for test stability
13+
14+
### Changed
15+
16+
- Do not check local .githooks dir
17+
18+
### Fixed
19+
20+
- Remove the hook file before writing
21+
822
## [0.2.3] - 2025-09-16
923

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

0 commit comments

Comments
 (0)