From 726a60e1e6b791baca4fce0cef6b2f447f49a49a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:31:16 +0800 Subject: [PATCH] chore(dev): release 0.12.2 (#160) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc41b1..119fbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 更新日志 +## [0.12.2](https://github.com/KarinJS/Karin/compare/v0.12.1...v0.12.2) (2024-08-27) + + +### Bug Fixes + +* fix [#151](https://github.com/KarinJS/Karin/issues/151) ([a5af5a9](https://github.com/KarinJS/Karin/commit/a5af5a9d668d2f79157a378e5f9d32b0e0c29074)) +* fix [#159](https://github.com/KarinJS/Karin/issues/159) ([a3f885f](https://github.com/KarinJS/Karin/commit/a3f885fc60af5721699952ff108239c675bb8afb)) +* fix 158 ([64bda4c](https://github.com/KarinJS/Karin/commit/64bda4c914b86b59c29333621a5a78b1ca6ee5f6)) + ## [0.12.1](https://github.com/KarinJS/Karin/compare/v0.12.0...v0.12.1) (2024-08-26) diff --git a/package.json b/package.json index 0e18fbf..085d0fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-karin", - "version": "0.12.1", + "version": "0.12.2", "private": false, "description": "基于 Kritor 进行开发的nodejs机器人框架", "homepage": "https://github.com/KarinJS/Karin",