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

Commit 9576d17

Browse files
chore(main): release 0.4.0
1 parent 1a661c0 commit 9576d17

File tree

3 files changed

+25
-2
lines changed

3 files changed

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

3+
## [0.4.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.3.0...v0.4.0) (2025-04-20)
4+
5+
6+
### ✨ 新功能
7+
8+
* **github:** 添加 GitHub Issue 相关操作支持 ([36449c7](https://github.com/ClarityJS/git-neko-kit/commit/36449c7ffe31eb26ffcad1960379bee472f3f73d))
9+
* **github:** 添加获取Issue详情的功能 ([02aea42](https://github.com/ClarityJS/git-neko-kit/commit/02aea42e9f2086c9f0fa7448c8d03bd172d38924))
10+
* **github:** 添加速率限制错误处理 ([e37e89a](https://github.com/ClarityJS/git-neko-kit/commit/e37e89a58ab24e28e10a80aad837a4f46c173e09))
11+
* **issue:** 添加发送Issue功能并优化Issue列表获取 ([6d0a3c5](https://github.com/ClarityJS/git-neko-kit/commit/6d0a3c5646f38bc18d321dd661e3482ce9768900))
12+
* **platform/github:** 添加 Issue 功能模块并优化类型导入 ([f121c71](https://github.com/ClarityJS/git-neko-kit/commit/f121c71dfa4f609855817465a061b5bebc790e91))
13+
14+
15+
### 🐛 错误修复
16+
17+
* **auth:** 修复一处类型错误 ([9b5aef2](https://github.com/ClarityJS/git-neko-kit/commit/9b5aef251b5edf29f60bcecbe68263cfca1dc025))
18+
19+
20+
### ♻️ 代码重构
21+
22+
* **github:** 优化 GitHub API 调用和错误处理 ([c9510a0](https://github.com/ClarityJS/git-neko-kit/commit/c9510a00a8a495cf793b70292a80fa6019eb9f38))
23+
* **github:** 重构仓库列表接口参数 ([240565e](https://github.com/ClarityJS/git-neko-kit/commit/240565e35ace5d571c5ffadeabc397f1de68cb3e))
24+
* **github:** 重构议题创建功能 ([1a661c0](https://github.com/ClarityJS/git-neko-kit/commit/1a661c0a781db7ed4e24412bec65b1b1b2c489df))
25+
326
## [0.3.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.2.0...v0.3.0) (2025-04-18)
427

528

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)