From 609ef99765f6f914dd3a5a49ad20eb639ca87afc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:02:30 +0800 Subject: [PATCH] chore(dev): release 0.3.9 (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d569cd..9aca429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,13 @@ ### 其他提交 - Update Wormhole.js ([46a9797](https://github.com/KarinJS/Karin/commit/46a979734fb0ab98198129155716c983288cbede)) +## [0.3.9](https://github.com/KarinJS/Karin/compare/v0.3.8...v0.3.9) (2024-06-29) + + +### Bug Fixes + +* 推进`kritor-proto`版本 ([5fbd7ad](https://github.com/KarinJS/Karin/commit/5fbd7ad302af4a3b39a26e19e1eb0aa1387acd3b)) + ## [0.3.8](https://github.com/KarinJS/Karin/compare/v0.3.7...v0.3.8) (2024-06-29) diff --git a/package.json b/package.json index 6d20b66..c712580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-karin", - "version": "0.3.8", + "version": "0.3.9", "private": false, "description": "基于 Kritor 进行开发的nodejs机器人框架", "homepage": "https://github.com/KarinJS/Karin",