Skip to content

Commit a4b2b2e

Browse files
authored
release: 0.9.4 (#930)
1 parent 1aa5e17 commit a4b2b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/routes/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [
4444
],
4545
},
4646
{
47-
text: '0.9.3',
47+
text: '0.9.4',
4848
items: [
4949
{
5050
text: '0.8.2',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sidebase/nuxt-auth",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"license": "MIT",
55
"type": "module",
66
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",

0 commit comments

Comments
 (0)