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

Commit df8b3c9

Browse files
chore(main): release 0.3.0
1 parent 76f89f6 commit df8b3c9

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.2.0...v0.3.0) (2025-04-12)
4+
5+
6+
### ✨ 新功能
7+
8+
* **commit:** 格式化提交信息中的日期 ([56d2b6b](https://github.com/ClarityJS/git-neko-kit/commit/56d2b6b35c389e3728b93cb0da9888dd065f1851))
9+
* **github:** 添加获取用户仓库列表功能 ([4efe253](https://github.com/ClarityJS/git-neko-kit/commit/4efe253d6f256d9edf9fd46a951145ce2e4569b2))
10+
11+
12+
### 🐛 错误修复
13+
14+
* **dayjs:** 修复 dayjs 本地化文件导入路径 ([dd2d05c](https://github.com/ClarityJS/git-neko-kit/commit/dd2d05c56e539ba8679b96599a3c042c2bbe8c99))
15+
* **github:** 优化用户仓库获取逻辑 ([472d591](https://github.com/ClarityJS/git-neko-kit/commit/472d591c8ccbfe92bd293976e0bdb8c6ead163d8))
16+
* **github:** 增加对 422 错误的处理 ([f57f284](https://github.com/ClarityJS/git-neko-kit/commit/f57f2848a1bfe12d4cc99fa1a28089efcfe73427))
17+
* **models:** 修复错误消息 ([e5899f0](https://github.com/ClarityJS/git-neko-kit/commit/e5899f0feeef98449e5fafecc544194fe797e6c9))
18+
19+
20+
### 📝 文档更新
21+
22+
* 初始化 VuePress 文档构建流程 ([45ff8a3](https://github.com/ClarityJS/git-neko-kit/commit/45ff8a3e08d4c10e396cb46dcac3116a5ac93835))
23+
24+
25+
### ♻️ 代码重构
26+
27+
* **common:** 新增错误消息模块并优化错误处理 ([1323b13](https://github.com/ClarityJS/git-neko-kit/commit/1323b13088e7159d8395731c1c54e8d7cbd66703))
28+
* **date:** 重构日期格式化方法 ([3b0f68f](https://github.com/ClarityJS/git-neko-kit/commit/3b0f68f811883cea6af917f311317dfacb5e24cf))
29+
* **github:** 优化提交信息获取功能 ([0b33dae](https://github.com/ClarityJS/git-neko-kit/commit/0b33daea44ab04bb5602002b0d6da07dcaa652f6))
30+
* **models:** 将生成安装链接和配置链接的方法移至 App 类 ([a70695b](https://github.com/ClarityJS/git-neko-kit/commit/a70695b1be49d823482521a792df31ad00f30e0f))
31+
32+
33+
### 🎡 持续集成
34+
35+
* **deploy:** 将部署目标从 GitHub Pages 更改为 Cloudflare Pages ([76f89f6](https://github.com/ClarityJS/git-neko-kit/commit/76f89f65bc7e7dd6f59962be5dcc2654fdb1d87c))
36+
337
## [0.2.0](https://github.com/ClarityJS/git-neko-kit/compare/v0.1.0...v0.2.0) (2025-04-10)
438

539

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.2.0",
3+
"version": "0.3.0",
44
"description": "Github, Gitee, GitCode API封装库",
55
"author": "wuliya",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)