Skip to content

Commit a4377db

Browse files
committed
chore(release): v0.7.1
1 parent a0ee322 commit a4377db

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog
22

33

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+
- Farnabaz <[email protected]>
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+
439
## v0.7.0
540

641
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.17...v0.7.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)