File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## v0.0.1
5
+
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Workaround for addServerImportsDir not working ([ 5a189df] ( https://github.com/Atinux/nuxt-auth-core/commit/5a189df ) )
10
+
11
+ ### 📖 Documentation
12
+
13
+ - Update readme ([ 06f1504] ( https://github.com/Atinux/nuxt-auth-core/commit/06f1504 ) )
14
+
15
+ ### 🏡 Chore
16
+
17
+ - Init ([ 19caed2] ( https://github.com/Atinux/nuxt-auth-core/commit/19caed2 ) )
18
+ - Add runtime config ([ 9013484] ( https://github.com/Atinux/nuxt-auth-core/commit/9013484 ) )
19
+ - V0 ([ 18ea43a] ( https://github.com/Atinux/nuxt-auth-core/commit/18ea43a ) )
20
+ - Init ([ 9b75953] ( https://github.com/Atinux/nuxt-auth-core/commit/9b75953 ) )
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
25
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-core" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Minimalist Auth module for Nuxt" ,
5
5
"repository" : " Atinux/nuxt-auth-core" ,
6
6
"license" : " MIT" ,
47
47
"nuxt" : " ^3.8.0" ,
48
48
"vitest" : " ^0.33.0"
49
49
}
50
- }
50
+ }
You can’t perform that action at this time.
0 commit comments