Skip to content

Commit 9e82045

Browse files
jiangxinclaude
andcommitted
chore: bump version to 0.2.3 and update changelog
Add support AI coding tools: iFlow and Kiro - Add environment settings for iFlow (IFLOW_CLI=1) and Kiro (__CFBundleIdentifier=dev.kiro.desktop) - Update CHANGELOG.md with new version entry - Version bumped from 0.2.2 to 0.2.3 🤖 Generated with Claude Code Change-Id: I67a268e88a73ff09132b91df66ba9735fee1480e Co-developed-by: Claude <noreply@anthropic.com> Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ad96df1 commit 9e82045

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3] - 2025-09-16
9+
10+
### Added
11+
12+
- Add support AI coding tools: iFlow and Kiro
13+
814
## [0.2.2] - 2025-01-10
915

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

0 commit comments

Comments
 (0)