We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd2e06 commit 9f88768Copy full SHA for 9f88768
CHANGELOG.md
@@ -1,5 +1,11 @@
1
2
3
+## [1.30.18](https://github.com/msgbyte/tianji/compare/v1.30.17...v1.30.18) (2025-12-01)
4
+
5
+### Others
6
7
+* fix email not match issue ([5bd2e06](https://github.com/msgbyte/tianji/commit/5bd2e06ac7ebda8c6bed685faa4732f3937bf8c6))
8
9
## [1.30.17](https://github.com/msgbyte/tianji/compare/v1.30.16...v1.30.17) (2025-11-30)
10
11
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
- "version": "1.30.17",
+ "version": "1.30.18",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
0 commit comments