diff --git a/CHANGELOG.md b/CHANGELOG.md index d1aa1afd..e117a085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.3.5](https://github.com/nuxt-community/supabase-module/compare/v1.3.4...v1.3.5) (2024-07-15) + + +### Bug Fixes + +* **types:** generate ([671295a](https://github.com/nuxt-community/supabase-module/commit/671295a3f8e1743384913f2940975c2e4217ff2e)) + ## [1.3.4](https://github.com/nuxt-community/supabase-module/compare/v1.3.3...v1.3.4) (2024-07-10) ## [1.3.3](https://github.com/nuxt-community/supabase-module/compare/v1.3.2...v1.3.3) (2024-07-10) diff --git a/package.json b/package.json index d83954be..1a8b75d3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/supabase", - "version": "1.3.4", + "version": "1.3.5", "description": "Supabase module for Nuxt", "repository": { "type": "git",