From c7474e3d17bca98d1d7a433958fae20948b3d8d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:47:40 +0800 Subject: [PATCH] chore(dev): release 0.11.4 (#128) 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 592669f7..2e46d699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 更新日志 +## [0.11.4](https://github.com/KarinJS/Karin/compare/v0.11.3...v0.11.4) (2024-08-12) + + +### Bug Fixes + +* notice log ([3bec558](https://github.com/KarinJS/Karin/commit/3bec558375da5a16dc73924f2e8ea990d36ac826)) +* plugin return false ([#127](https://github.com/KarinJS/Karin/issues/127)) ([0e0c172](https://github.com/KarinJS/Karin/commit/0e0c172fb9e40ff454223278df51d3f335046bfd)) + ## [0.11.3](https://github.com/KarinJS/Karin/compare/v0.11.2...v0.11.3) (2024-08-12) diff --git a/package.json b/package.json index 969a34e4..87a72c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-karin", - "version": "0.11.3", + "version": "0.11.4", "private": false, "description": "基于 Kritor 进行开发的nodejs机器人框架", "homepage": "https://github.com/KarinJS/Karin",