Skip to content

Commit

Permalink
📝 docs(version): 更新项目版本至 0.4.2
Browse files Browse the repository at this point in the history
- 更新 CHANGELOG.md 文件,添加 0.4.2 版本记录
- 更新 package.json 和 package-lock.json 中的版本号为 0.4.2
- 修复文档格式及换行问题
  • Loading branch information
littleCareless committed Dec 13, 2024
1 parent a7ff464 commit 7967df6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
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.4.2 (2024-12-13)


### 📝 Documentation

* **version**: 更新版本至 0.4.1 ([56c5c29](https://github.com/littleCareless/dish-ai-commit/commit/56c5c29))
* 添加免费 AI 模型支持说明及新功能介绍 ([a7ff464](https://github.com/littleCareless/dish-ai-commit/commit/a7ff464))





## 0.4.1 (2024-12-13)


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.

4 changes: 2 additions & 2 deletions 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": "Use AI to assist in generating standardized Git/SVN submission information VSCode extensions. Support OpenAI, Olama, and VSCode built-in AI services.",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"vscode": "^1.95.0"
},
Expand Down Expand Up @@ -313,4 +313,4 @@
]
}
}
}
}

0 comments on commit 7967df6

Please sign in to comment.