chore(shorebird_code_push): v2.0.6 (#345)

This commit is contained in:
Eric Seidel
2026-04-21 19:11:06 -07:00
committed by GitHub
parent db99e24726
commit f806c7c0cf
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -1,3 +1,14 @@
# 2.0.6
- fix: `checkForUpdate` now reports `restartRequired` when the current patch
has been rolled back
- fix: `update` no longer throws `UpdateException` when no new patch is
available to install
- fix: `update` no longer throws `UpdateException` when another update is
already in progress
- docs: warn that `checkForUpdate` and `update` make network calls and may
block app startup if awaited synchronously
# 2.0.5
- docs: fix Discord badge in `README.md`
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_code_push
description: Check for and download Shorebird code push updates from your app.
version: 2.0.5
version: 2.0.6
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push