File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.5.0
5
+
6
+ [ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.4.4...v0.5.0 )
7
+
8
+ ### 📖 Documentation
9
+
10
+ - Set webauthn version to v10 ([ ca151c7] ( https://github.com/atinux/nuxt-auth-utils/commit/ca151c7 ) )
11
+ - Fix typo ([ #251 ] ( https://github.com/atinux/nuxt-auth-utils/pull/251 ) )
12
+
13
+ ### 🏡 Chore
14
+
15
+ - ** playground:** Remove duplicate code ([ edc14ce] ( https://github.com/atinux/nuxt-auth-utils/commit/edc14ce ) )
16
+ - ⚠️ Update simplewebauthn to v11 ([ 92e3e2e] ( https://github.com/atinux/nuxt-auth-utils/commit/92e3e2e ) )
17
+ - Update deps ([ 5a4ecb3] ( https://github.com/atinux/nuxt-auth-utils/commit/5a4ecb3 ) )
18
+
19
+ #### ⚠️ Breaking Changes
20
+
21
+ - ⚠️ Update simplewebauthn to v11 ([ 92e3e2e] ( https://github.com/atinux/nuxt-auth-utils/commit/92e3e2e ) )
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Sébastien Chopin ([ @atinux ] ( http://github.com/atinux ) )
26
+ - Gerben Mulder <
[email protected] >
27
+ - Nekohaxx ([ @nekohaxx ] ( http://github.com/nekohaxx ) )
28
+ - FreeCoderX ([ @yxw007 ] ( http://github.com/yxw007 ) )
29
+
4
30
## v0.4.4
5
31
6
32
[ compare changes] ( https://github.com/atinux/nuxt-auth-utils/compare/v0.4.3...v0.4.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.4.4 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Add Authentication to Nuxt applications with secured & sealed cookies sessions." ,
5
5
"repository" : " atinux/nuxt-auth-utils" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments