File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.6.5
5
+
6
+ [ compare changes] ( https://github.com/enkot/nuxt-open-fetch/compare/v0.6.4...v0.6.5 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Og image ([ 2b1e634] ( https://github.com/enkot/nuxt-open-fetch/commit/2b1e634 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - ** docs:** Lock module ([ ff956d0] ( https://github.com/enkot/nuxt-open-fetch/commit/ff956d0 ) )
15
+ - Docs og image; twoslash for utils ([ 1025b15] ( https://github.com/enkot/nuxt-open-fetch/commit/1025b15 ) )
16
+ - Docs links ([ 9c4e12d] ( https://github.com/enkot/nuxt-open-fetch/commit/9c4e12d ) )
17
+ - Add optional operator on createOpenFetch opts ([ fba38b5] ( https://github.com/enkot/nuxt-open-fetch/commit/fba38b5 ) )
18
+ - Lint issues ([ c023621] ( https://github.com/enkot/nuxt-open-fetch/commit/c023621 ) )
19
+
20
+ ### 📖 Documentation
21
+
22
+ - Add optional operator ([ 9c60191] ( https://github.com/enkot/nuxt-open-fetch/commit/9c60191 ) )
23
+
24
+ ### 🏡 Chore
25
+
26
+ - Update deps ([ cd6824d] ( https://github.com/enkot/nuxt-open-fetch/commit/cd6824d ) )
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Enkot ([ @enkot ] ( http://github.com/enkot ) )
31
+ - Julien Huang <
[email protected] >
32
+
4
33
## v0.6.4
5
34
6
35
[ compare changes] ( https://github.com/enkot/nuxt-open-fetch/compare/v0.6.3...v0.6.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-open-fetch" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.4 " ,
4
+ "version" : " 0.6.5 " ,
5
5
"description" : " Generate zero-overhead, 100% typed OpenAPI clients for Nuxt." ,
6
6
"license" : " MIT" ,
7
7
"repository" : " enkot/nuxt-open-fetch" ,
65
65
"ofetch" : " ^1.3.3" ,
66
66
"vitest" : " ^1.4.0"
67
67
}
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments