Compare commits

...

3 Commits

Author SHA1 Message Date
xiaojunnuo dbdc1ccd1b build: release 2026-07-07 00:35:25 +08:00
xiaojunnuo 2a606fdb1d build: publish 2026-07-07 00:22:06 +08:00
xiaojunnuo 3b86f30bcf build: trigger build image 2026-07-07 00:21:54 +08:00
14 changed files with 26 additions and 13 deletions
+13
View File
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.42.1](https://github.com/certd/certd/compare/v1.42.0...v1.42.1) (2026-07-06)
### Bug Fixes
* 修复多域名无法使用passkey登录的bug ([d176f9c](https://github.com/certd/certd/commit/d176f9cc0ebd051a614bfac74d1616d1945fc9a3))
* 修复企业模式下登录报projectId不能为空的问题 ([a65366b](https://github.com/certd/certd/commit/a65366bbe1aadea8baaffbdadab58a5b631d9417))
* **login:** 修复输入法 composing 状态下回车触发提交的问题 ([b74db81](https://github.com/certd/certd/commit/b74db81304bbe68476bbec5ea4307a2264060e92))
### Performance Improvements
* **certd-server:** 使用 jks-go转换jks证书,大幅精简镜像大小 ([c78898e](https://github.com/certd/certd/commit/c78898e4c10dd1701467d2e42e3f72bd8f2a352f))
* **pipeline:** 将默认历史保留条数从30调整为100 ([d3e4677](https://github.com/certd/certd/commit/d3e4677ea4fac8e7533749d7f4187e410489e536))
# [1.42.0](https://github.com/certd/certd/compare/v1.41.4...v1.42.0) (2026-07-05)
### Bug Fixes
+1 -1
View File
@@ -75,5 +75,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -54,5 +54,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -51,5 +51,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -30,5 +30,5 @@
"prettier": "3.3.3",
"tslib": "^2.8.1"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -37,5 +37,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -62,5 +62,5 @@
"fetch"
]
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -38,5 +38,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -69,5 +69,5 @@
"typeorm": "^0.3.20",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -52,5 +52,5 @@
"typeorm": "^0.3.20",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -38,5 +38,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -45,5 +45,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "b46948c0ba67069ebcd2bb71b21b6c289d99f1b8"
"gitHead": "7808d028e9c7e1b1e3ebc41f12b023d7b553300b"
}
+1 -1
View File
@@ -1 +1 @@
19:31
00:21
+1 -1
View File
@@ -1 +1 @@
21:41
00:35