Skip to content

Commit 3dbb005

Browse files
committed
chore: bump version to 0.1.14 and update CHANGELOG
- Bump patch version from 0.1.13 to 0.1.14 - Update CHANGELOG.md with new version entry documenting -v parameter support - Document the addition of short parameter functionality for version display - Include comprehensive test coverage information in changelog This release includes the new -v short parameter support for version display. Change-Id: I553eb455c16cf2e1b4c0f2562515f6ab91f30183 Co-developed-by: Cursor <noreply@cursor.com> Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
1 parent 1845b05 commit 3dbb005

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.1.14] - 2025-01-27
9+
10+
### Added
11+
12+
- Add `-v` short parameter support for version display
13+
- Support both `commit-msg -v` and `commit-msg --version` commands
14+
- Provide more convenient way to check version information
15+
- Add comprehensive test coverage for short parameter functionality
16+
17+
### Changed
18+
19+
- Update Commander.js version configuration to support both short and long parameters
20+
- Enhance test suite with additional version parameter tests
21+
822
## [0.1.13] - 2025-09-03
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.1.13",
3+
"version": "0.1.14",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)