Skip to content

Commit

Permalink
chore(main): release 2.13.2 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
1 parent 00221a8 commit 40112d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.13.1"
".": "2.13.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.13.2](https://github.com/supabase/supabase-swift/compare/v2.13.1...v2.13.2) (2024-06-07)


### Bug Fixes

* **auth:** don't call removeSession prematurely ([#416](https://github.com/supabase/supabase-swift/issues/416)) ([00221a8](https://github.com/supabase/supabase-swift/commit/00221a84fbf026ab41911d23be01e8065a949989))

## [2.13.1](https://github.com/supabase/supabase-swift/compare/v2.13.0...v2.13.1) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Helpers/Version.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package let version = "2.13.1" // {x-release-please-version}
package let version = "2.13.2" // {x-release-please-version}

0 comments on commit 40112d2

Please sign in to comment.