Skip to content

Commit 56c5c29

Browse files
📝 docs(version): 更新版本至 0.4.1
- 更新 CHANGELOG.md 文档,添加 0.4.1 版本说明 - 修改 package.json 和 package-lock.json 中的版本号为 0.4.1
1 parent 4dde116 commit 56c5c29

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
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/)
8+
## 0.4.1 (2024-12-13)
9+
10+
11+
### 🎫 Chores
12+
13+
* **providers**: 优化 AI 服务商配置和错误处理 ([4dde116](https://github.com/littleCareless/dish-ai-commit/commit/4dde116))
14+
15+
16+
### 📝 Documentation
17+
18+
* **changelog**: 发布 0.4.0 版本并更新配置文件 ([911ed64](https://github.com/littleCareless/dish-ai-commit/commit/911ed64))
19+
20+
21+
22+
23+
824
# 0.4.0 (2024-12-13)
925

1026

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": "Use AI to assist in generating standardized Git/SVN submission information VSCode extensions. Support OpenAI, Olama, and VSCode built-in AI services.",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"engines": {
77
"vscode": "^1.95.0"
88
},

0 commit comments

Comments
 (0)