File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.6
4
+
5
+ [ compare changes] ( https://github.com/trandaison/nuxt-3-auth/compare/v0.1.5...v0.1.6 )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - User is missing in global server side middleware ([ 82c8029] ( https://github.com/trandaison/nuxt-3-auth/commit/82c8029 ) )
10
+
11
+ ### 💅 Refactors
12
+
13
+ - Remove useCookie hook from AuthService ([ 073dc6e] ( https://github.com/trandaison/nuxt-3-auth/commit/073dc6e ) )
14
+
15
+ ### 📖 Documentation
16
+
17
+ - Update type of accessToken from function to property ([ 471f92b] ( https://github.com/trandaison/nuxt-3-auth/commit/471f92b ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Remove unused imports ([ 8f3d674] ( https://github.com/trandaison/nuxt-3-auth/commit/8f3d674 ) )
22
+ - Update version @nuxt/module-builder ([ b46e631] ( https://github.com/trandaison/nuxt-3-auth/commit/b46e631 ) )
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Trandaison ([ @trandaison ] ( http://github.com/trandaison ) )
27
+
3
28
## v0.1.5
4
29
5
30
[ compare changes] ( https://github.com/trandaison/nuxt-3-auth/compare/v0.1.4...v0.1.5 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trandaison/nuxt-3-auth" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " A simple authentication module for Nuxt 3" ,
5
5
"repository" : " https://github.com/trandaison/nuxt-3-auth" ,
6
6
"homepage" : " https://nuxt-3-auth.github.io" ,
You can’t perform that action at this time.
0 commit comments