From 922a43f5ef3b869a76cf26b4d81a2832d0ad47c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:06:21 +0800 Subject: [PATCH] chore(dev): release 0.11.1 (#119) 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 e946e8f2..d03274e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 更新日志 +## [0.11.1](https://github.com/KarinJS/Karin/compare/v0.11.0...v0.11.1) (2024-08-12) + + +### Bug Fixes + +* getCD ([1bcabb0](https://github.com/KarinJS/Karin/commit/1bcabb0af96763ed890683be8f9e604a1f7057b5)) +* 加载入口文件错误 ([d307148](https://github.com/KarinJS/Karin/commit/d3071484224c50fe6d046813b181d1d5ac2e94e9)) + ## [0.11.0](https://github.com/KarinJS/Karin/compare/v0.10.7...v0.11.0) (2024-08-12) diff --git a/package.json b/package.json index afe7da33..a03830e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-karin", - "version": "0.11.0", + "version": "0.11.1", "private": false, "description": "基于 Kritor 进行开发的nodejs机器人框架", "homepage": "https://github.com/KarinJS/Karin",