Skip to content

Commit 8d31537

Browse files
authored
release: 0.10.0 (#965)
1 parent cf7376f commit 8d31537

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/upgrade/version-0.10.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,8 @@ AUTH_ORIGIN="https://my-backend.com/api/auth" // [!code ++]
125125
* chore: upgrade to nitro 2.10, preparing for nitropack ecosystem switch from `nitropack` to `nitro` by @BracketJohn in https://github.com/sidebase/nuxt-auth/pull/942
126126
* fix(#927): fix the warnings produced by Nuxt when awaiting runtime config by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/959
127127
* release: 0.10.0-rc.2 by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/960
128+
* docs: update installation.md by @s0h311 in https://github.com/sidebase/nuxt-auth/pull/955
129+
* feat: ✨ add flag to disable getSession after signIn on local / refresh provider by @bitfactory-frank-spee in https://github.com/sidebase/nuxt-auth/pull/702
130+
* doc: adjust docs for the 0.10.0 release by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/963
128131

129132
**Full Changelog**: https://github.com/sidebase/nuxt-auth/compare/0.9.4...0.10.0

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.10.0-rc.2",
3+
"version": "0.10.0",
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)