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

Commit de1e581

Browse files
chore(main): release 0.9.0 (#72)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.7...v0.9.0) (2025-06-19) ### ✨ 新功能 * **github:** 添加仓库工作流操作功能 ([7b4a1d2](7b4a1d2)) * **git:** 添加获取本地 Git 仓库信息列表功能 ([5fa4ca2](5fa4ca2)) * **models:** 添加 GitHub 搜索功能 ([9790882](9790882)) * **package:** 添加 exec 模块导出 ([2df83b8](2df83b8)) * **platform/github:** 添加 workflow 功能 ([e495e65](e495e65)) ### ♻️ 代码重构 * **github:** 重构 GitHub Issue 日期格式化处理 ([9fec27b](9fec27b)) * **github:** 重构 GitHub 日期格式化处理 ([c73036b](c73036b)) * **github:** 重构 GitHubClient 类的初始化和请求逻辑 ([d702460](d702460)) * **proxy:** 重构代理配置相关代码 ([5fe94cf](5fe94cf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: candriajs[bot] <206545521+candriajs[bot]@users.noreply.github.com>
1 parent d702460 commit de1e581

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# 变更日志
22

3+
## [0.9.0](https://github.com/CandriaJS/git-neko-kit/compare/v0.8.7...v0.9.0) (2025-06-19)
4+
5+
6+
### ✨ 新功能
7+
8+
* **github:** 添加仓库工作流操作功能 ([7b4a1d2](https://github.com/CandriaJS/git-neko-kit/commit/7b4a1d2511856b7317031c6376911acd94cd1b0f))
9+
* **git:** 添加获取本地 Git 仓库信息列表功能 ([5fa4ca2](https://github.com/CandriaJS/git-neko-kit/commit/5fa4ca2a9cd92885366677b884bd9d3d5069eec2))
10+
* **models:** 添加 GitHub 搜索功能 ([9790882](https://github.com/CandriaJS/git-neko-kit/commit/97908822aeaef810b3c8874453d18fe70aa147c6))
11+
* **package:** 添加 exec 模块导出 ([2df83b8](https://github.com/CandriaJS/git-neko-kit/commit/2df83b8ef336715d49e0b455a3d88968a22d60ca))
12+
* **platform/github:** 添加 workflow 功能 ([e495e65](https://github.com/CandriaJS/git-neko-kit/commit/e495e655d6e91d1ca31270a33efb7808b2d54c94))
13+
14+
15+
### ♻️ 代码重构
16+
17+
* **github:** 重构 GitHub Issue 日期格式化处理 ([9fec27b](https://github.com/CandriaJS/git-neko-kit/commit/9fec27bbd0c3c9322de46684c091fdd4986567f1))
18+
* **github:** 重构 GitHub 日期格式化处理 ([c73036b](https://github.com/CandriaJS/git-neko-kit/commit/c73036b5d692f354998212e5705002fad5ddff73))
19+
* **github:** 重构 GitHubClient 类的初始化和请求逻辑 ([d702460](https://github.com/CandriaJS/git-neko-kit/commit/d7024604412c24c3572084a029a2aaef30877309))
20+
* **proxy:** 重构代理配置相关代码 ([5fe94cf](https://github.com/CandriaJS/git-neko-kit/commit/5fe94cf6ff0f7f54504b1238e0a904de12522ed7))
21+
322
## [0.8.7](https://github.com/CandriaJS/git-neko-kit/compare/v0.8.6...v0.8.7) (2025-06-16)
423

524

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)