Skip to content

Commit

Permalink
release: 0.10.0 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Dec 19, 2024
1 parent cf7376f commit 8d31537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/upgrade/version-0.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,8 @@ AUTH_ORIGIN="https://my-backend.com/api/auth" // [!code ++]
* 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
* fix(#927): fix the warnings produced by Nuxt when awaiting runtime config by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/959
* release: 0.10.0-rc.2 by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/960
* docs: update installation.md by @s0h311 in https://github.com/sidebase/nuxt-auth/pull/955
* 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
* doc: adjust docs for the 0.10.0 release by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/963

**Full Changelog**: https://github.com/sidebase/nuxt-auth/compare/0.9.4...0.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-auth",
"version": "0.10.0-rc.2",
"version": "0.10.0",
"license": "MIT",
"type": "module",
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",
Expand Down

0 comments on commit 8d31537

Please sign in to comment.