Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 4bb106b

Browse files
chore(main): release 0.9.0
1 parent d6ceca2 commit 4bb106b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.7"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# 变更日志
22

3+
## [0.9.0](https://github.com/CandriaJS/git-neko-kit/compare/v0.8.7...v0.9.0) (2025-06-18)
4+
5+
6+
### ✨ 新功能
7+
8+
* **github:** 添加仓库工作流操作功能 ([7b4a1d2](https://github.com/CandriaJS/git-neko-kit/commit/7b4a1d2511856b7317031c6376911acd94cd1b0f))
9+
* **git:** 添加获取本地 Git 仓库信息列表功能 ([d6ceca2](https://github.com/CandriaJS/git-neko-kit/commit/d6ceca20a84809441effee5a03c0eb57e3958ff6))
10+
* **platform/github:** 添加 workflow 功能 ([e495e65](https://github.com/CandriaJS/git-neko-kit/commit/e495e655d6e91d1ca31270a33efb7808b2d54c94))
11+
12+
13+
### ♻️ 代码重构
14+
15+
* **github:** 重构 GitHub Issue 日期格式化处理 ([9fec27b](https://github.com/CandriaJS/git-neko-kit/commit/9fec27bbd0c3c9322de46684c091fdd4986567f1))
16+
* **github:** 重构 GitHub 日期格式化处理 ([c73036b](https://github.com/CandriaJS/git-neko-kit/commit/c73036b5d692f354998212e5705002fad5ddff73))
17+
* **proxy:** 重构代理配置相关代码 ([5fe94cf](https://github.com/CandriaJS/git-neko-kit/commit/5fe94cf6ff0f7f54504b1238e0a904de12522ed7))
18+
319
## [0.8.7](https://github.com/CandriaJS/git-neko-kit/compare/v0.8.6...v0.8.7) (2025-06-16)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@candriajs/git-neko-kit",
3-
"version": "0.8.7",
3+
"version": "0.9.0",
44
"description": "Github, Gitee, GitCode API封装库",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)