Skip to content

Commit 08a3d09

Browse files
🔧 chore(release): 发布 0.20.2 版本
- 将项目版本从 0.20.1 更新至 0.20.2 - 更新 `package.json` 和 `package-lock.json` 中的版本号 - 更新 `CHANGELOG.md` 和 `CHANGELOG.zh-CN.md` 以包含 0.20.2 版本的变更日志: - 【杂项】(vscode): 将 images/demo.gif 添加到忽略列表 - 【修复】(build): 修复依赖和 Node 引擎兼容性问题 - 【修复】(core): 改进命令可用性并更新至 0.20.1 版本 - 在 `package.json` 中更新 Node.js 引擎要求为 `>= 18.20.8`
1 parent d1f8daa commit 08a3d09

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
88

9+
## 0.20.2 (2025-06-12)
10+
11+
### 🎫 Chores
12+
13+
- **vscode**: Add images/demo.gif to ignore list ([e0938ba](https://github.com/littleCareless/dish-ai-commit/commit/e0938ba))
14+
15+
### 🐛 Bug Fixes
16+
17+
- **build**: Fix dependency and Node engine compatibility issues ([d1f8daa](https://github.com/littleCareless/dish-ai-commit/commit/d1f8daa))
18+
19+
- **core**: Improve command usability and update to 0.20.1 version ([de573b0](https://github.com/littleCareless/dish-ai-commit/commit/de573b0))
20+
921
## 0.20.1 (2025-06-11)
1022

1123
### ♻ Code Refactoring

CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
88

9+
## 0.20.2 (2025-06-12)
10+
11+
### 🎫 Chores
12+
13+
- **vscode**: 将 images/demo.gif 添加到忽略列表 ([e0938ba](https://github.com/littleCareless/dish-ai-commit/commit/e0938ba))
14+
15+
### 🐛 Bug Fixes
16+
17+
- **build**: 修复依赖和 Node 引擎兼容性问题 ([d1f8daa](https://github.com/littleCareless/dish-ai-commit/commit/d1f8daa))
18+
- **core**: 改进命令可用性并更新至 0.20.1 版本 ([de573b0](https://github.com/littleCareless/dish-ai-commit/commit/de573b0))
19+
920
## 0.20.1 (2025-06-11)
1021

1122
### ♻ Code Refactoring

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
@@ -2,7 +2,7 @@
22
"name": "dish-ai-commit",
33
"displayName": "Dish AI Commit Message Gen",
44
"description": "🤖 由 AI 提供支持的 VSCode 扩展,用于生成标准化的 Git/SVN 提交消息 - 🤖 AI-Powered VSCode extension for generating standardized Git/SVN commit messages. ✨ Supports multiple AI services: OpenAI, ChatGPT, Ollama, Zhipu, DashScope, Doubao, Gemini and VS Code built-in AI. 🌍 Multi-language support (EN/CN/JP/KR/Other). 📊 Auto-generate weekly reports.",
5-
"version": "0.20.1",
5+
"version": "0.20.2",
66
"engines": {
77
"node": ">= 18.20.8",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)