From d601d4b5a09fce0a81411ac4a4028e2b80f9de02 Mon Sep 17 00:00:00 2001 From: Zoey Kaiser Date: Thu, 22 Aug 2024 19:16:40 +0200 Subject: [PATCH] release: 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b6a9ad5..98590e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sidebase/nuxt-auth", - "version": "0.8.2", + "version": "0.9.0", "license": "MIT", "type": "module", "description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",