From 0ae5e6404be0eb17e953961948b6f53b524eed09 Mon Sep 17 00:00:00 2001 From: Rina Asamni <144379927+roseforljh@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:17:54 +0800 Subject: [PATCH] chore(main): release 1.13.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f90..09abf21a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b20342..cbd576cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.13.1](https://github.com/roseforljh/EveryTalk/compare/v1.13.0...v1.13.1) (2026-03-24) + + +### Bug Fixes + +* "/model、/models" ([31d9fe3](https://github.com/roseforljh/EveryTalk/commit/31d9fe3c424ef0acbfb1ee1bef515c3eb7cc59cb)) +* 修复openai兼容渠道 ([db45344](https://github.com/roseforljh/EveryTalk/commit/db45344c540307f36e393af63e705c97ff95517e)) +* 修复乱码 ([73042ab](https://github.com/roseforljh/EveryTalk/commit/73042abbc6939c3f52069bca0b40b3fbb4502a0e)) +* 删除垃圾日志 ([56d1b84](https://github.com/roseforljh/EveryTalk/commit/56d1b841e0fb0aeda70ddcc54936d9744af38291)) +* 输出优化 ([02221d9](https://github.com/roseforljh/EveryTalk/commit/02221d94e694e0e3ced38aa2c48c09e0b6143145)) + ## [1.13.0](https://github.com/roseforljh/EveryTalk/compare/v1.12.9...v1.13.0) (2026-03-15)