Skip to content

Commit e6a2db8

Browse files
chore(main): release 2.24.3 (#639)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d87608 commit e6a2db8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [2.24.3](https://github.com/supabase/supabase-swift/compare/v2.24.2...v2.24.3) (2025-01-14)
4+
5+
6+
### Bug Fixes
7+
8+
* remove usage of `nonisolated(unsafe)` from codebase ([#638](https://github.com/supabase/supabase-swift/issues/638)) ([3d87608](https://github.com/supabase/supabase-swift/commit/3d876089b2429389f0e16e4238cc11bd444a1254))
9+
310
## [2.24.2](https://github.com/supabase/supabase-swift/compare/v2.24.1...v2.24.2) (2025-01-08)
411

512

Diff for: Sources/Helpers/Version.swift

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

0 commit comments

Comments
 (0)