Skip to content

Commit af88b01

Browse files
committed
chore(release): release v1.5.1
1 parent 6c4dfa3 commit af88b01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/nuxt-modules/supabase/compare/v1.5.0...v1.5.1) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **plugins:** do not set states on client ([#490](https://github.com/nuxt-modules/supabase/issues/490)) ([6152a64](https://github.com/nuxt-modules/supabase/commit/6152a6435421d5e111a57e46ddf71279a45286ba))
9+
* **serverSupabaseClient:** pass H3Event into useRuntimeConfig ([#491](https://github.com/nuxt-modules/supabase/issues/491)) ([548e21e](https://github.com/nuxt-modules/supabase/commit/548e21e3756b01e31f1c531bc66008f0a072b799))
10+
311
# [1.5.0](https://github.com/nuxt-modules/supabase/compare/v1.4.6...v1.5.0) (2025-03-04)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/supabase",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Supabase module for Nuxt",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)