We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0587ac commit 369d691Copy full SHA for 369d691
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
2
3
+## [1.21.4](https://github.com/msgbyte/tianji/compare/v1.21.3...v1.21.4) (2025-06-02)
4
+
5
+### Bug Fixes
6
7
+* try to handle sonnet problem in translation prompt ([e0587ac](https://github.com/msgbyte/tianji/commit/e0587acc4b04cb8827bc2aade9d2802b33840a11))
8
9
## [1.21.3](https://github.com/msgbyte/tianji/compare/v1.21.2...v1.21.3) (2025-06-01)
10
11
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
- "version": "1.21.3",
+ "version": "1.21.4",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
0 commit comments