Compare commits

..

4 Commits

Author SHA1 Message Date
xiaojunnuo b5577b1d37 build: release 2026-03-10 00:21:08 +08:00
xiaojunnuo e15ffb5820 build: publish 2026-03-10 00:03:15 +08:00
xiaojunnuo 4d9a5ed4a1 build: trigger build image 2026-03-10 00:03:03 +08:00
xiaojunnuo b2bc1debe0 chore: release 2026-03-10 00:02:46 +08:00
15 changed files with 25 additions and 13 deletions
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.1](https://github.com/certd/certd/compare/v1.39.0...v1.39.1) (2026-03-09)
### Bug Fixes
* 修复企业管理模式下,切换用户登录后,丢失项目列表的bug ([d23c8b4](https://github.com/certd/certd/commit/d23c8b4a2a5f5ab17822c6ee1d4108ac7280b9d1))
### Performance Improvements
* 支持迁移个人数据到企业项目中 ([c6ca832](https://github.com/certd/certd/commit/c6ca83273779ed84de1b23b5e477063af043d015))
* install tip ([853fdc7](https://github.com/certd/certd/commit/853fdc70a263b62d75c9ff3970607e6bf1c1593b))
# [1.39.0](https://github.com/certd/certd/compare/v1.38.12...v1.39.0) (2026-03-07)
### Bug Fixes
+1
View File
@@ -37,6 +37,7 @@
"docs:preview": "vitepress preview docs",
"pub": "echo 1",
"dev": "pnpm run -r --parallel compile ",
"pub_all":"pnpm run -r --parallel pub ",
"release": "time /t >trigger/release.trigger && git add trigger/release.trigger && git commit -m \"build: release\" && git push",
"publish_to_atomgit": "node --experimental-json-modules ./scripts/publish-atomgit.js",
"publish_to_gitee": "node --experimental-json-modules ./scripts/publish-gitee.js",
+1 -1
View File
@@ -70,5 +70,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -47,5 +47,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -45,5 +45,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -24,5 +24,5 @@
"prettier": "^2.8.8",
"tslib": "^2.8.1"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -31,5 +31,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -56,5 +56,5 @@
"fetch"
]
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -32,5 +32,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -64,5 +64,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -46,5 +46,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -38,5 +38,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -57,5 +57,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "3bb29abe32c311e1cf840f97d485d1147411992a"
"gitHead": "590ff67fcb40ff8ba0f7b2a9592b51d9fb54a2ef"
}
+1 -1
View File
@@ -1 +1 @@
01:18
00:03
+1 -1
View File
@@ -1 +1 @@
01:57
00:21