Skip to content

Commit 2fbfbfb

Browse files
committed
chore(release): release v1.4.1
1 parent d58d5dc commit 2fbfbfb

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

22

3+
## [1.4.1](https://github.com/nuxt-community/supabase-module/compare/v1.4.0...v1.4.1) (2024-10-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **session:** ssr getSession warning ([#418](https://github.com/nuxt-community/supabase-module/issues/418)) ([95d905b](https://github.com/nuxt-community/supabase-module/commit/95d905b9b1f54a3aa15b3e4e583151cfcf00878f))
9+
* **types:** added explicit types annotations for `serverSupabaseClient` and `serverSupabaseServiceRole` ([#411](https://github.com/nuxt-community/supabase-module/issues/411)) ([3f98640](https://github.com/nuxt-community/supabase-module/commit/3f9864069b758bd945b30c1eebaba618b4bfd95e))
10+
311
# [1.4.0](https://github.com/nuxt-community/supabase-module/compare/v1.3.5...v1.4.0) (2024-08-30)
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.4.0",
3+
"version": "1.4.1",
44
"description": "Supabase module for Nuxt",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)