Skip to content

Commit

Permalink
📦️ chore(release): 发布 v0.6.2 版本
Browse files Browse the repository at this point in the history
- 更新 CHANGELOG.md 和 CHANGELOG.zh-CN.md 文档
- 修改 package.json 和 package-lock.json 版本号至 0.6.2
-【版本记录】添加核心模块文件选择和国际化问题修复说明
  • Loading branch information
littleCareless committed Feb 3, 2025
1 parent 4bd85f6 commit ed75871
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.

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

## 0.6.2 (2025-02-03)

### 🐛 Bug Fixes

- **core**: Fix file selection and internationalization issues ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))

## 0.6.1 (2025-01-22)

### 🐛 Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

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

## 0.6.2 (2025-02-03)

### 🐛 Bug Fixes

- **core**: 修复文件选择和国际化问题 ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))

## 0.6.1 (2025-01-22)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dish-ai-commit",
"displayName": "Dish AI Commit Gen",
"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.",
"version": "0.6.1",
"version": "0.6.2",
"engines": {
"vscode": "^1.96.0"
},
Expand Down

0 comments on commit ed75871

Please sign in to comment.