Skip to content

Commit 43d8405

Browse files
committed
chore: bump version to 0.1.11 and update changelog
Change-Id: Iceb68b9b1e077613235b714fe8b4a7d5e913c08f Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 3168da1 commit 43d8405

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.11] - 2025-08-30
9+
10+
### Added
11+
12+
- Add merge commit detection to skip processing
13+
- Automatically detect merge commits and skip Change-Id generation
14+
- Improves workflow when merging branches with existing Change-Ids
15+
16+
### Changed
17+
18+
- Improve GitHub Actions workflows
19+
- Add workflows for testing, building, and publishing
20+
- Add check for bad whitespaces in CI
21+
- Fix Node.js 20.x compatibility issues
22+
23+
### Removed
24+
25+
- Remove duplicate template files
26+
- Clean up redundant template files in the repository
27+
828
## [0.1.10] - 2025-08-23
929

1030
### Fixed

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

0 commit comments

Comments
 (0)