Skip to content

Commit 6f897b8

Browse files
chore(main): release 0.10.1 (#195)
🤖 I have created a release *beep* *boop* --- ## [0.10.1](v0.10.0...v0.10.1) (2026-04-08) ### Bug Fixes * **auth:** respect user-provided auth options in createBrowserClient ([#167](#167)) ([5f04837](5f04837)) --- 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: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent 465759d commit 6f897b8

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/supabase/ssr/compare/v0.10.0...v0.10.1) (2026-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** respect user-provided auth options in createBrowserClient ([#167](https://github.com/supabase/ssr/issues/167)) ([5f04837](https://github.com/supabase/ssr/commit/5f04837780699519471bbca432f095cad7c21e81))
9+
310
## [0.10.0](https://github.com/supabase/ssr/compare/v0.9.0...v0.10.0) (2026-03-30)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/ssr",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.",
55
"main": "dist/main/index.js",
66
"module": "dist/module/index.js",

0 commit comments

Comments
 (0)