Skip to content

Commit

Permalink
chore(master): release 2.65.0 (#941)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.65.0](v2.64.4...v2.65.0)
(2024-08-27)


### Features

* add bindings for Multi-Factor Authentication (Phone)
([#932](#932))
([b957c30](b957c30))
* add kakao to sign in with ID token
([#845](#845))
([e2337ba](e2337ba))
* remove session, emit `SIGNED_OUT` when JWT `session_id` is invalid
([#905](#905))
([db41710](db41710))


### Bug Fixes

* Correct typo in GoTrueClient warning message
([#938](#938))
([8222ee1](8222ee1))
* don't throw error in exchangeCodeForSession
([#946](#946))
([6e161ec](6e161ec))
* move docker compose to v2
([#940](#940))
([38eef89](38eef89))

---
This PR was generated with [Release
Please](https:/googleapis/release-please). See
[documentation](https:/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent 6e161ec commit 96c7f09
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.65.0](https:/supabase/auth-js/compare/v2.64.4...v2.65.0) (2024-08-27)


### Features

* add bindings for Multi-Factor Authentication (Phone) ([#932](https:/supabase/auth-js/issues/932)) ([b957c30](https:/supabase/auth-js/commit/b957c30782065e4cc421a526c62c101d35c443d4))
* add kakao to sign in with ID token ([#845](https:/supabase/auth-js/issues/845)) ([e2337ba](https:/supabase/auth-js/commit/e2337bad535598d9f751505de52a18c59f1505c3))
* remove session, emit `SIGNED_OUT` when JWT `session_id` is invalid ([#905](https:/supabase/auth-js/issues/905)) ([db41710](https:/supabase/auth-js/commit/db41710b1a35ef559158a936d0a95acc0b1fca96))


### Bug Fixes

* Correct typo in GoTrueClient warning message ([#938](https:/supabase/auth-js/issues/938)) ([8222ee1](https:/supabase/auth-js/commit/8222ee198a0ab10570e8b4c31ffb2aeafef86392))
* don't throw error in exchangeCodeForSession ([#946](https:/supabase/auth-js/issues/946)) ([6e161ec](https:/supabase/auth-js/commit/6e161ece3f8cd0d115857e2ed4346533840769f0))
* move docker compose to v2 ([#940](https:/supabase/auth-js/issues/940)) ([38eef89](https:/supabase/auth-js/commit/38eef89ff61b49eb65ee26b7d2201148d1fc3b77))

## [2.64.4](https:/supabase/auth-js/compare/v2.64.3...v2.64.4) (2024-07-12)


Expand Down

0 comments on commit 96c7f09

Please sign in to comment.