Skip to content

Commit 2641492

Browse files
chore: release main
1 parent 2ade36b commit 2641492

5 files changed

Lines changed: 36 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "1.3.0",
3-
"packages/template": "1.3.0"
2+
"packages/core": "1.3.1",
3+
"packages/template": "1.3.1"
44
}

packages/core/CHANGELOG.md

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

3+
## [1.3.1](https://github.com/CandriaJS/karin-plugin-git/compare/v1.3.0...v1.3.1) (2026-01-30)
4+
5+
6+
### 🔧 其他更新
7+
8+
* **core:** 更新 nipaw 依赖版本 ([2ade36b](https://github.com/CandriaJS/karin-plugin-git/commit/2ade36bfdf64b1191de0e0398373076a438892aa))
9+
10+
11+
### ♻️ 代码重构
12+
13+
* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* @candriajs/template bumped to 1.3.1
21+
322
## [1.3.0](https://github.com/CandriaJS/karin-plugin-git/compare/v1.2.0...v1.3.0) (2025-11-29)
423

524

packages/core/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",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "一个karin的git平台仓库订阅推送",
55
"keywords": [
66
"karin-plugin",

packages/template/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.3.1](https://github.com/CandriaJS/karin-plugin-git/compare/v1.3.0...v1.3.1) (2026-01-30)
4+
5+
6+
### 🔧 其他更新
7+
8+
* **core:** 更新 nipaw 依赖版本 ([2ade36b](https://github.com/CandriaJS/karin-plugin-git/commit/2ade36bfdf64b1191de0e0398373076a438892aa))
9+
10+
11+
### ♻️ 代码重构
12+
13+
* **core:** 重构核心实现 ([#14](https://github.com/CandriaJS/karin-plugin-git/issues/14)) ([fa15ee1](https://github.com/CandriaJS/karin-plugin-git/commit/fa15ee174127db957b7b18584daf6ac157cf370a))

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@candriajs/template",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)