Skip to content

Commit e09e3bc

Browse files
📝 docs(changelog): 更新版本至 0.5.3
- 更新 CHANGELOG.md 和 CHANGELOG.zh-CN.md 文件 - 添加 0.5.3 版本的构建优化记录 - 更新 package.json 和 package-lock.json 版本号至 0.5.3
1 parent 9a7cc25 commit e09e3bc

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
# Changelog
1+
# Changelog
22

3-
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md)
3+
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md)
44

5-
All notable changes to this project will be documented in this file.
5+
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.5.3 (2025-01-06)
10+
11+
### 🎫 Chores
12+
13+
- **build**: Optimize build configuration and dependency management ([9a7cc25](https://github.com/littleCareless/dish-ai-commit/commit/9a7cc25)
14+
915
## 0.5.2 (2025-01-06)
1016

1117
### 🎫 Chores
1218

13-
* **build**: Optimize webview build path and resource loading ([c7f3872](https://github.com/littleCareless/dish-ai-commit/commit/c7f3872))
19+
- **build**: Optimize webview build path and resource loading ([c7f3872](https://github.com/littleCareless/dish-ai-commit/commit/c7f3872))
1420

1521
## 0.5.1 (2025-01-03)
1622

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.5.3 (2025-01-06)
10+
11+
### 🎫 Chores
12+
13+
- **build**: 优化构建配置和依赖管理 ([9a7cc25](https://github.com/littleCareless/dish-ai-commit/commit/9a7cc25))
14+
915
## 0.5.2 (2025-01-06)
1016

1117
### 🎫 Chores

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.5.2",
5+
"version": "0.5.3",
66
"engines": {
77
"vscode": "^1.96.0"
88
},

0 commit comments

Comments
 (0)