test(ci): isolate Electron secure storage coverage
Windows CI / verify (push) Failing after 3m41s

Mock Electron in the Node-only secure-storage unit test so its expected unavailable-path assertion never triggers Electron's binary bootstrap. Bump the patch release contracts to 1.0.11 after the 1.0.10 tag CI failure.
This commit is contained in:
Sucukdeluxe
2026-08-12 21:40:39 +02:00
parent aa28a0b870
commit 275d252f25
8 changed files with 27 additions and 15 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 1.0.11 - 2026-08-12
- Stabilize the Windows CI secure-storage test without invoking Electron's binary bootstrap outside Electron.
## 1.0.10 - 2026-08-12
- Ignore malformed updater events without a version instead of showing an unusable update prompt.