Skip to content

Commit 5c4b4f2

Browse files
chore(main): release 2.18.1
1 parent 95e249f commit 5c4b4f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.18.0"
2+
".": "2.18.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.18.1](https://github.com/supabase/supabase-swift/compare/v2.18.0...v2.18.1) (2024-09-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **realtime:** add missing `onPostgresChange` overload ([#528](https://github.com/supabase/supabase-swift/issues/528)) ([95e249f](https://github.com/supabase/supabase-swift/commit/95e249f135702c502ac8c0edc7f437337458796b))
9+
310
## [2.18.0](https://github.com/supabase/supabase-swift/compare/v2.17.1...v2.18.0) (2024-09-07)
411

512

Sources/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package let version = "2.18.0" // {x-release-please-version}
1+
package let version = "2.18.1" // {x-release-please-version}

0 commit comments

Comments
 (0)