Skip to content

Commit 4bfe666

Browse files
committed
chore(release): release v1.1.3
1 parent 6ee7ae0 commit 4bfe666

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.1.3](https://github.com/nuxt-community/supabase-module/compare/v1.1.2...v1.1.3) (2023-10-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **client:** clientOptions merge[#275](https://github.com/nuxt-community/supabase-module/issues/275) ([#277](https://github.com/nuxt-community/supabase-module/issues/277)) ([c0097a3](https://github.com/nuxt-community/supabase-module/commit/c0097a355b859cb6a2d97884a7648284128acca2))
9+
* **module:** do not warn when using runtimeConfig to set url and key ([#281](https://github.com/nuxt-community/supabase-module/issues/281)) ([8c15173](https://github.com/nuxt-community/supabase-module/commit/8c151737b55738c68fc24b5e4db2517c4e866693))
10+
311
## [1.1.2](https://github.com/nuxt-community/supabase-module/compare/v1.1.1...v1.1.2) (2023-09-22)
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.1.2",
3+
"version": "1.1.3",
44
"description": "Supabase module for Nuxt",
55
"repository": "nuxt-community/supabase-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)