Skip to content

Commit 90ad765

Browse files
committed
fix: bump @supabase/gotrue-js from 1.9.3.2 to 1.10.1
1 parent a5dc5d2 commit 90ad765

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

RELEASE.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
44

5+
## 1.1.4
6+
7+
- bump @supabase/gotrue-js from 1.9.3.2 to [1.10.1](https://github.com/supabase/gotrue-js/releases/tag/v1.10.1)
8+
- Includes Next.js/Express helpers and Password reset helpers
9+
510
## 1.1.3
611

712
- bump @supabase/postgrest-js from 0.21.2 to 0.22.0

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:json": "typedoc --json docs/spec.json --mode modules --includeDeclarations --excludeExternals"
3434
},
3535
"dependencies": {
36-
"@supabase/gotrue-js": "^1.9.3",
36+
"@supabase/gotrue-js": "^1.10.1",
3737
"@supabase/postgrest-js": "^0.22.0",
3838
"@supabase/realtime-js": "^1.0.6"
3939
},

0 commit comments

Comments
 (0)