Skip to content

Commit bd0e6ba

Browse files
committed
chore(release): v0.8.11
1 parent a387774 commit bd0e6ba

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Changelog
22

33

4+
## v0.8.11
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.10...v0.8.11)
7+
8+
### 🚀 Enhancements
9+
10+
- Add Open API tab in Nuxt Devtools with Scalar ([91d5016](https://github.com/nuxt-hub/core/commit/91d5016))
11+
12+
### 🩹 Fixes
13+
14+
- **api:** Disable cache and prerender on `/api/_hub/**` ([#414](https://github.com/nuxt-hub/core/pull/414))
15+
16+
### 📖 Documentation
17+
18+
- Add blog post about libsodium ([#400](https://github.com/nuxt-hub/core/pull/400))
19+
- NuxtHub github action & app ([#390](https://github.com/nuxt-hub/core/pull/390))
20+
- List supported package managers ([#407](https://github.com/nuxt-hub/core/pull/407))
21+
- Add note for sync issue with private github repo ([46fc4e3](https://github.com/nuxt-hub/core/commit/46fc4e3))
22+
- **deploy:** Correct path for linking repository to project and migration ti GH Actions ([#411](https://github.com/nuxt-hub/core/pull/411))
23+
24+
### 🏡 Chore
25+
26+
- Update deps ([#415](https://github.com/nuxt-hub/core/pull/415))
27+
28+
### ❤️ Contributors
29+
30+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
31+
- GiveGet <[email protected]>
32+
- Rihan ([@RihanArfan](http://github.com/RihanArfan))
33+
434
## v0.8.10
535

636
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.9...v0.8.10)

package.json

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

0 commit comments

Comments
 (0)