chore(shorebird_cli): v1.4.5 (#2573)

This commit is contained in:
Felix Angelov
2024-10-23 15:08:41 -05:00
committed by GitHub
parent 8b50e3b381
commit 0de4f9b9da
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha
This section contains past updates we've sent to customers.
## 1.4.5 (October 23, 2024)
- 🧑‍🔧 Fix bug when patching with `--split-debug-info` on iOS
- `shorebird release` and `shorebird patch` now have first party support for `--split-debug-info`
- 🪵 Do not output error message when `-h` flag is passed
## 1.4.4 (October 22, 2024)
- 📈 Add download progress to patch commands
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.4.4';
const packageVersion = '1.4.5';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.4.4
version: 1.4.5
repository: https://github.com/shorebirdtech/shorebird
publish_to: none