Skip to content

Commit 36cf5f2

Browse files
committed
chore(release): v0.8.19
1 parent e97ee16 commit 36cf5f2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.19
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.18...v0.8.19)
7+
8+
### 🩹 Fixes
9+
10+
- **blob:** Missing content type on complete for multipart upload ([#517](https://github.com/nuxt-hub/core/pull/517))
11+
- **ai:** Properly handle error data on streams ([e97ee16](https://github.com/nuxt-hub/core/commit/e97ee16))
12+
13+
### 📖 Documentation
14+
15+
- Update `@nuxt/content` and remove custom content components ([#490](https://github.com/nuxt-hub/core/pull/490))
16+
- Fix syntax highlight ([c966784](https://github.com/nuxt-hub/core/commit/c966784))
17+
- Add missing extension ([c666b9c](https://github.com/nuxt-hub/core/commit/c666b9c))
18+
19+
### 🏡 Chore
20+
21+
- Set `cloudflare.deployConfig` to false in nitro ([617f23d](https://github.com/nuxt-hub/core/commit/617f23d))
22+
23+
### ❤️ Contributors
24+
25+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
26+
- Farnabaz <[email protected]>
27+
- Hugo Richard ([@HugoRCD](https://github.com/HugoRCD))
28+
429
## v0.8.18
530

631
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.17...v0.8.18)

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.8.18",
4+
"version": "0.8.19",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)