Skip to content

Commit ed75871

Browse files
📦️ chore(release): 发布 v0.6.2 版本
- 更新 CHANGELOG.md 和 CHANGELOG.zh-CN.md 文档 - 修改 package.json 和 package-lock.json 版本号至 0.6.2 -【版本记录】添加核心模块文件选择和国际化问题修复说明
1 parent 4bd85f6 commit ed75871

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.6.2 (2025-02-03)
10+
11+
### 🐛 Bug Fixes
12+
13+
- **core**: Fix file selection and internationalization issues ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))
14+
915
## 0.6.1 (2025-01-22)
1016

1117
### 🐛 Bug Fixes

CHANGELOG.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
更新日志格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
88

9+
## 0.6.2 (2025-02-03)
10+
11+
### 🐛 Bug Fixes
12+
13+
- **core**: 修复文件选择和国际化问题 ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))
14+
915
## 0.6.1 (2025-01-22)
1016

1117
### 🐛 Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dish-ai-commit",
33
"displayName": "Dish AI Commit Gen",
44
"description": "🤖 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.6.1",
5+
"version": "0.6.2",
66
"engines": {
77
"vscode": "^1.96.0"
88
},

0 commit comments

Comments
 (0)