From 267c0d63d2d499b5fbcb4d8dcf8f12be7e0c7c2a Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 13 Jan 2025 15:44:03 -0600 Subject: [PATCH] chore(shorebird_cli): v1.6.1 (#2755) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1669d01f..b584a442 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.1 (January 13, 2025) + +- 🤖 Fix link rendering in CI environments + ## 1.6.0 (January 9, 2025) - 🪟 Windows beta support! diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f80ac936..8811b022 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.6.0'; +const packageVersion = '1.6.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 913aaecf..6f622e71 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 1.6.0 +version: 1.6.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none