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

Commit 1ee840c

Browse files
chore(main): release 0.4.0
1 parent 036b913 commit 1ee840c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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 相关操作支持 ([036b913](https://github.com/ClarityJS/git-neko-kit/commit/036b913be3ad183de400d373cbe781708e264736))
9+
* **github:** 添加速率限制错误处理 ([e37e89a](https://github.com/ClarityJS/git-neko-kit/commit/e37e89a58ab24e28e10a80aad837a4f46c173e09))
10+
11+
12+
### ♻️ 代码重构
13+
14+
* **github:** 优化 GitHub API 调用和错误处理 ([c9510a0](https://github.com/ClarityJS/git-neko-kit/commit/c9510a00a8a495cf793b70292a80fa6019eb9f38))
15+
316
## [0.3.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.2.0...v0.3.0) (2025-04-18)
417

518

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)