File tree 2 files changed +36
-1
lines changed
2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.7.1
5
+
6
+ [ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.7.0...v0.7.1 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - ** cache:** Handle cache keys with ` . ` ([ #196 ] ( https://github.com/nuxt-hub/core/pull/196 ) )
11
+ - ** openapi:** Use direct import instead of nitro alias ([ #192 ] ( https://github.com/nuxt-hub/core/pull/192 ) )
12
+
13
+ ### 📖 Documentation
14
+
15
+ - Improvements ([ c092ede] ( https://github.com/nuxt-hub/core/commit/c092ede ) )
16
+ - Add jsdoc for useUpload ([ 3f66ac0] ( https://github.com/nuxt-hub/core/commit/3f66ac0 ) )
17
+ - Add GitHub Action example ([ f1e91f8] ( https://github.com/nuxt-hub/core/commit/f1e91f8 ) )
18
+ - Use nuxthub discord invite ([ #188 ] ( https://github.com/nuxt-hub/core/pull/188 ) )
19
+ - Update pricing ([ 8028dae] ( https://github.com/nuxt-hub/core/commit/8028dae ) )
20
+ - Add blob upload prefix ([ 2feff31] ( https://github.com/nuxt-hub/core/commit/2feff31 ) )
21
+ - Update images for steps ([ aed88b1] ( https://github.com/nuxt-hub/core/commit/aed88b1 ) )
22
+ - Use event.path instead of event.node.req.url ([ #195 ] ( https://github.com/nuxt-hub/core/pull/195 ) )
23
+ - Missing pnpm version on github actions template ([ #194 ] ( https://github.com/nuxt-hub/core/pull/194 ) )
24
+
25
+ ### 🏡 Chore
26
+
27
+ - ** release:** V0.7.0 ([ 314fd54] ( https://github.com/nuxt-hub/core/commit/314fd54 ) )
28
+ - Fix playground with new nuxt shallow ref ([ b2adb87] ( https://github.com/nuxt-hub/core/commit/b2adb87 ) )
29
+ - Update deploy command to npx nuxthub deploy ([ ef43572] ( https://github.com/nuxt-hub/core/commit/ef43572 ) )
30
+
31
+ ### ❤️ Contributors
32
+
33
+
34
+ - Michel EDIGHOFFER
< [email protected] >
35
+ - Alexander Lichter ([ @manniL ] ( http://github.com/manniL ) )
36
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
37
+ - Rihan ([ @RihanArfan ] ( http://github.com/RihanArfan ) )
38
+
4
39
## v0.7.0
5
40
6
41
[ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.6.17...v0.7.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxthub/core" ,
3
3
"private" : false ,
4
- "version" : " 0.7.0 " ,
4
+ "version" : " 0.7.1 " ,
5
5
"description" : " Build full-stack Nuxt applications on Cloudflare, with zero configuration." ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments