mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
* refactor(updater)!: remove deprecated Update.available field It was always `true`; check whether `check()` returned `null` instead. * fix(examples): remove usage of the dropped Update.available field * Update .changes/updater-remove-available.md --------- Co-authored-by: Amr Bashir <github@amrbashir.me>
7 lines
183 B
Markdown
7 lines
183 B
Markdown
---
|
|
"updater-js": major
|
|
"updater": major
|
|
---
|
|
|
|
**Breaking:** Removed the deprecated `Update.available` field, which was always `true`. Check whether `check()` returned `null` instead.
|