From 21b3b9f1d4d27c8861d368d27d19a49c6a5d01d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:16:00 +0800 Subject: [PATCH] chore(main): release 1.0.2 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d121d03..db43942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.2](https://github.com/KarinJS/karin-plugin-template/compare/v1.0.1...v1.0.2) (2024-07-20) + + +### Bug Fixes + +* 测试 ([123f121](https://github.com/KarinJS/karin-plugin-template/commit/123f12135ae1b1842984dd5eaa2349eeacd482f0)) +* 测试3 ([7b65f69](https://github.com/KarinJS/karin-plugin-template/commit/7b65f69567e5fc313246746b18aea9d23ca67662)) + ## [1.0.1](https://github.com/KarinJS/karin-plugin-template/compare/v1.0.0...v1.0.1) (2024-07-20) diff --git a/package.json b/package.json index 8508706..4c78995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karin-plugin-template-ts", - "version": "1.0.1", + "version": "1.0.2", "author": "Lain", "type": "module", "description": "karin plugin template",