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

Commit 30bf029

Browse files
chore(main): release 0.4.0
1 parent d5259fc commit 30bf029

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.3.0...v0.4.0) (2025-04-18)
4+
5+
6+
### ✨ 新功能
7+
8+
* **github:** 添加 GitHub Issue 相关操作支持 ([36449c7](https://github.com/ClarityJS/git-neko-kit/commit/36449c7ffe31eb26ffcad1960379bee472f3f73d))
9+
* **github:** 添加速率限制错误处理 ([e37e89a](https://github.com/ClarityJS/git-neko-kit/commit/e37e89a58ab24e28e10a80aad837a4f46c173e09))
10+
11+
12+
### 🐛 错误修复
13+
14+
* **auth:** 修复一处类型错误 ([d5259fc](https://github.com/ClarityJS/git-neko-kit/commit/d5259fc7431fb2a47a8adea3670e25da413605a3))
15+
16+
17+
### ♻️ 代码重构
18+
19+
* **github:** 优化 GitHub API 调用和错误处理 ([c9510a0](https://github.com/ClarityJS/git-neko-kit/commit/c9510a00a8a495cf793b70292a80fa6019eb9f38))
20+
321
## [0.3.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.2.0...v0.3.0) (2025-04-18)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-neko-kit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Github, Gitee, GitCode API封装库",
55
"author": "wuliya",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)