We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f347440 commit d9ffb19Copy full SHA for d9ffb19
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
2
3
+## [1.21.9](https://github.com/msgbyte/tianji/compare/v1.21.8...v1.21.9) (2025-06-04)
4
+
5
+### Others
6
7
+* add more context for debug ([f347440](https://github.com/msgbyte/tianji/commit/f3474406dd2f6d89995be022eed1607c6e9b1e54))
8
9
## [1.21.8](https://github.com/msgbyte/tianji/compare/v1.21.7...v1.21.8) (2025-06-04)
10
11
### Others
package.json
@@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
- "version": "1.21.8",
+ "version": "1.21.9",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
0 commit comments