Skip to content

Commit 7967df6

Browse files
📝 docs(version): 更新项目版本至 0.4.2
- 更新 CHANGELOG.md 文件,添加 0.4.2 版本记录 - 更新 package.json 和 package-lock.json 中的版本号为 0.4.2 - 修复文档格式及换行问题
1 parent a7ff464 commit 7967df6

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
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.2 (2024-12-13)
9+
10+
11+
### 📝 Documentation
12+
13+
* **version**: 更新版本至 0.4.1 ([56c5c29](https://github.com/littleCareless/dish-ai-commit/commit/56c5c29))
14+
* 添加免费 AI 模型支持说明及新功能介绍 ([a7ff464](https://github.com/littleCareless/dish-ai-commit/commit/a7ff464))
15+
16+
17+
18+
19+
820
## 0.4.1 (2024-12-13)
921

1022

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

+2-2
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.1",
5+
"version": "0.4.2",
66
"engines": {
77
"vscode": "^1.95.0"
88
},
@@ -313,4 +313,4 @@
313313
]
314314
}
315315
}
316-
}
316+
}

0 commit comments

Comments
 (0)