This commit is contained in:
xiaojunnuo
2026-06-14 21:29:12 +08:00
parent 53561d2755
commit bc731e4fb1
32 changed files with 234 additions and 113 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.41.4](https://github.com/certd/certd/compare/v1.41.3...v1.41.4) (2026-06-14)
### Bug Fixes
* 修复设置里面不显示tab页签,导致某些页面需要点击查询按钮才有数据出来的bug ([c1b5a35](https://github.com/certd/certd/commit/c1b5a35f90a7d4b41397717b5c27905bc68e1bfb))
## [1.41.3](https://github.com/certd/certd/compare/v1.41.2...v1.41.3) (2026-06-11)
**Note:** Version bump only for package @certd/basic
+1 -3
View File
@@ -1,9 +1,7 @@
{
"name": "@certd/basic",
"private": false,
"version": "1.41.3",
"version": "1.41.4",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",