Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 0fc2cef

Browse files
chore(main): release 0.2.0
1 parent 09a1f21 commit 0fc2cef

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.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.1.2"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/CandriaJS/karin-plugin-git-neko/compare/v0.1.2...v0.2.0) (2025-06-15)
4+
5+
6+
### ✨ 新功能
7+
8+
* **repo:** 添加获取引用消息文本的功能以邀请协作者 ([2c6cdf1](https://github.com/CandriaJS/karin-plugin-git-neko/commit/2c6cdf115677feb8cc5b70376c262fae7d82e1fe))
9+
10+
11+
### 🐛 错误修复
12+
13+
* **commit:** 优化匹配 GitHub commit 信息命令并添加 emoji 支持 ([f4ead58](https://github.com/CandriaJS/karin-plugin-git-neko/commit/f4ead58207210880cdfe5181f26be365f3e0fc8e))
14+
* help ([21d77a9](https://github.com/CandriaJS/karin-plugin-git-neko/commit/21d77a98200420801991ad53e37295edac7d65db))
15+
* update ([3255f3a](https://github.com/CandriaJS/karin-plugin-git-neko/commit/3255f3a862e8f239fd87c1d92435a0e353244fa6))
16+
17+
18+
### ♻️ 代码重构
19+
20+
* **apps/repo:** 优化添加协作者功能的逻辑 ([8a3b3f3](https://github.com/CandriaJS/karin-plugin-git-neko/commit/8a3b3f3523fab65a7fc026a23605880069b13b75))
21+
* **layout:** 重构页面布局和样式 ([09a1f21](https://github.com/CandriaJS/karin-plugin-git-neko/commit/09a1f21bbbf3615f3bd07abf8665c732e6a07335))
22+
* **repo:** 优化仓库信息展示和查询逻辑 ([a33bed2](https://github.com/CandriaJS/karin-plugin-git-neko/commit/a33bed21565ccd702ed6a374303e064041702247))
23+
* **repo:** 优化仓库信息展示和查询逻辑 ([5444e89](https://github.com/CandriaJS/karin-plugin-git-neko/commit/5444e898307350771fcf8312f960752378143ac3))
24+
25+
26+
### 🎡 持续集成
27+
28+
* 更新 bug 报告模板 ([e114486](https://github.com/CandriaJS/karin-plugin-git-neko/commit/e114486638d3eaf4b7813a84dcdd001632671b4f))
29+
330
## [0.1.2](https://github.com/CandriaJS/karin-plugin-git-neko/compare/v0.1.1...v0.1.2) (2025-05-27)
431

532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@candriajs/karin-plugin-git-neko",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "关于一个Karin插件, 主要提供在BOT上对Github, Gitee, GitCode等Git平台操作",
55
"keywords": [
66
"karin-plugin",

0 commit comments

Comments
 (0)