Skip to content

Commit be41d94

Browse files
committed
chore(release): release v1.5.0
1 parent e3f6a24 commit be41d94

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [1.5.0](https://github.com/nuxt-modules/supabase/compare/v1.4.6...v1.5.0) (2025-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** prerendering ([2fb91f3](https://github.com/nuxt-modules/supabase/commit/2fb91f37a549148b2cecefe625a12ed57e1bf66a))
9+
10+
11+
### Features
12+
13+
* **auth:** improve client flexibility & allow overriding cookie options ([#463](https://github.com/nuxt-modules/supabase/issues/463)) ([254cbdb](https://github.com/nuxt-modules/supabase/commit/254cbdb1a44f9cb40f9057d03ef93bd73020009d))
14+
315
## [1.4.6](https://github.com/nuxt-community/supabase-module/compare/v1.4.5...v1.4.6) (2025-01-20)
416

517

package.json

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

0 commit comments

Comments
 (0)