Skip to content

Commit 92fefbd

Browse files
chore(master): release 2.63.0 (#851)
🤖 I have created a release *beep* *boop* --- ## [2.63.0](v2.62.2...v2.63.0) (2024-03-26) ### Features * add method for anonymous sign-in ([#858](#858)) ([e8a1fc9](e8a1fc9)) * add support for error codes ([#855](#855)) ([99821f4](99821f4)) * explicit `cache: no-store` in fetch ([#847](#847)) ([034bee0](034bee0)) * warn use of `getSession()` when `isServer` on storage ([#846](#846)) ([9ea94fe](9ea94fe)) ### Bug Fixes * refactor all pkce code into a single method ([#860](#860)) ([860bffc](860bffc)) * remove data type ([#848](#848)) ([15c7c82](15c7c82)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99821f4 commit 92fefbd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [2.63.0](https://github.com/supabase/gotrue-js/compare/v2.62.2...v2.63.0) (2024-03-26)
4+
5+
6+
### Features
7+
8+
* add method for anonymous sign-in ([#858](https://github.com/supabase/gotrue-js/issues/858)) ([e8a1fc9](https://github.com/supabase/gotrue-js/commit/e8a1fc9a40947b949080107138eade09f06f5868))
9+
* add support for error codes ([#855](https://github.com/supabase/gotrue-js/issues/855)) ([99821f4](https://github.com/supabase/gotrue-js/commit/99821f4a1f6fdb3a222cd0f660210016e6cc823e))
10+
* explicit `cache: no-store` in fetch ([#847](https://github.com/supabase/gotrue-js/issues/847)) ([034bee0](https://github.com/supabase/gotrue-js/commit/034bee09c3f0a4613d9a3e7bd3bc5f70682f5a66))
11+
* warn use of `getSession()` when `isServer` on storage ([#846](https://github.com/supabase/gotrue-js/issues/846)) ([9ea94fe](https://github.com/supabase/gotrue-js/commit/9ea94fe11f4a6a4b6305aa4fe75c4661074437a7))
12+
13+
14+
### Bug Fixes
15+
16+
* refactor all pkce code into a single method ([#860](https://github.com/supabase/gotrue-js/issues/860)) ([860bffc](https://github.com/supabase/gotrue-js/commit/860bffc8f75292e71630fb7241e11a754200dab8))
17+
* remove data type ([#848](https://github.com/supabase/gotrue-js/issues/848)) ([15c7c82](https://github.com/supabase/gotrue-js/commit/15c7c8258b2d42d3378be4f7738c728a07523579))

0 commit comments

Comments
 (0)