From 7ef3151d90dd4d34f6d411f18a377a371f705688 Mon Sep 17 00:00:00 2001 From: "candriajs[bot]" <206545521+candriajs[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 07:14:06 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/core/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/template/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/template/package.json | 2 +- 5 files changed, 61 insertions(+), 4 deletions(-) create mode 100644 packages/template/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82b40ad..31476bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "1.3.0", - "packages/template": "1.3.0" + "packages/core": "1.4.0", + "packages/template": "1.4.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 609c515..36d2d51 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,37 @@ # 变更日志 +## [1.4.0](https://github.com/CandriaJS/karin-plugin-git/compare/v1.3.0...v1.4.0) (2026-01-31) + + +### ✨ 新功能 + +* **core:** 添加仓库绑定功能并重构数据库结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) +* **models:** 实现session和bind数据模型 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) +* **web:** 添加平台推送仓库列表配置界面 ([c720bf1](https://github.com/CandriaJS/karin-plugin-git/commit/c720bf169ad727f39484e1e4e3b68c7500e2582e)) + + +### 🐛 错误修复 + +* **commit:** 优化提交信息查询逻辑 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) + + +### 🔧 其他更新 + +* **core:** 更新 nipaw 依赖版本 ([6575fc9](https://github.com/CandriaJS/karin-plugin-git/commit/6575fc9832f56419300be40c48f704159c2f293f)) + + +### ♻️ 代码重构 + +* **config:** 重构配置文件结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) +* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @candriajs/template bumped to 1.4.0 + ## [1.3.0](https://github.com/CandriaJS/karin-plugin-git/compare/v1.2.0...v1.3.0) (2025-11-29) diff --git a/packages/core/package.json b/packages/core/package.json index 1965191..0492390 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@candriajs/karin-plugin-git", - "version": "1.3.0", + "version": "1.4.0", "description": "一个karin的git平台仓库订阅推送", "keywords": [ "karin-plugin", diff --git a/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md new file mode 100644 index 0000000..bffeea4 --- /dev/null +++ b/packages/template/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.4.0](https://github.com/CandriaJS/karin-plugin-git/compare/v1.3.0...v1.4.0) (2026-01-31) + + +### ✨ 新功能 + +* **core:** 添加仓库绑定功能并重构数据库结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) +* **models:** 实现session和bind数据模型 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) + + +### 🐛 错误修复 + +* **commit:** 优化提交信息查询逻辑 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) + + +### 🔧 其他更新 + +* **core:** 更新 nipaw 依赖版本 ([6575fc9](https://github.com/CandriaJS/karin-plugin-git/commit/6575fc9832f56419300be40c48f704159c2f293f)) + + +### ♻️ 代码重构 + +* **config:** 重构配置文件结构 ([84cbfa9](https://github.com/CandriaJS/karin-plugin-git/commit/84cbfa9dcd7fdc6bc36371b2765fddd23e3ad367)) +* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a)) diff --git a/packages/template/package.json b/packages/template/package.json index 674ba85..6206923 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,7 +1,7 @@ { "name": "@candriajs/template", "private": true, - "version": "1.3.0", + "version": "1.4.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",