File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.5.11
5
+
6
+ [ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.10...v0.5.11 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Set ` email_verified ` in ` user ` on GitHub provider ([ #332 ] ( https://github.com/atinux/nuxt-auth-utils/pull/332 ) )
11
+ - ** composable:** Add ` openInPopup(route, { width, height }) ` ([ #336 ] ( https://github.com/atinux/nuxt-auth-utils/pull/336 ) )
12
+ - Add Gitea Oauth Provider ([ #335 ] ( https://github.com/atinux/nuxt-auth-utils/pull/335 ) )
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - Dammit corepack ([ 239f97a] ( https://github.com/atinux/nuxt-auth-utils/commit/239f97a ) )
17
+ - ** microsoft:** Fix duplicated scopes ([ #331 ] ( https://github.com/atinux/nuxt-auth-utils/pull/331 ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - ** release:** V0.5.10 ([ 42a2a7a] ( https://github.com/atinux/nuxt-auth-utils/commit/42a2a7a ) )
22
+ - ** ci:** Fix corepack ([ be2ccaf] ( https://github.com/atinux/nuxt-auth-utils/commit/be2ccaf ) )
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - H+ ([ @justserdar ] ( http://github.com/justserdar ) )
27
+ - Emmanuel Salomon ([ @ManUtopiK ] ( http://github.com/ManUtopiK ) )
28
+ - Sébastien Chopin ([ @atinux ] ( http://github.com/atinux ) )
29
+ - Alessandro Jean ([ @alessandrojean ] ( http://github.com/alessandrojean ) )
30
+
4
31
## v0.5.10
5
32
6
33
[ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.5.9...v0.5.10 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.5.10 " ,
3
+ "version" : " 0.5.11 " ,
4
4
"description" : " Add Authentication to Nuxt applications with secured & sealed cookies sessions." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments