Skip to content

Commit

Permalink
📝 docs(version): 更新项目版本至 0.4.3
Browse files Browse the repository at this point in the history
- 更新 CHANGELOG.md 文件,添加 0.4.3 版本更新记录
- 更新 package.json 中的版本号为 0.4.3
- 同步更新 package-lock.json 版本信息
  • Loading branch information
littleCareless committed Dec 16, 2024
1 parent 3773623 commit 9d8ed6d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
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.3 (2024-12-16)


### 🎫 Chores

* **config**: 修改智谱 AI 相关配置命名 ([3773623](https://github.com/littleCareless/dish-ai-commit/commit/3773623))


### 📝 Documentation

* **version**: 更新项目版本至 0.4.2 ([7967df6](https://github.com/littleCareless/dish-ai-commit/commit/7967df6))





## 0.4.2 (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.2",
"version": "0.4.3",
"engines": {
"vscode": "^1.95.0"
},
Expand Down Expand Up @@ -313,4 +313,4 @@
]
}
}
}
}

0 comments on commit 9d8ed6d

Please sign in to comment.