Skip to content

Commit 8a80aae

Browse files
chore(main): release 2.13.7 (#440)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 048e81b commit 8a80aae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.13.6"
2+
".": "2.13.7"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.13.7](https://github.com/supabase/supabase-swift/compare/v2.13.6...v2.13.7) (2024-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **realtime:** send access token to realtime on initial session ([#439](https://github.com/supabase/supabase-swift/issues/439)) ([048e81b](https://github.com/supabase/supabase-swift/commit/048e81b9ca5a317ad4340c4bae60f556d9e31584))
9+
310
## [2.13.6](https://github.com/supabase/supabase-swift/compare/v2.13.5...v2.13.6) (2024-07-01)
411

512

Sources/Helpers/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package let version = "2.13.6" // {x-release-please-version}
1+
package let version = "2.13.7" // {x-release-please-version}

0 commit comments

Comments
 (0)