From f4f83378814d93c9c6e4edb14a99026ed4e64caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 5 Jun 2024 17:40:41 +0200 Subject: [PATCH] chore(release): v0.6.5 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09290c9c..6868d022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v0.6.5 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.4...v0.6.5) + +### 🩹 Fixes + +- Blobs & cors issue ([#145](https://github.com/nuxt-hub/core/pull/145)) + +### 📖 Documentation + +- Announce public beta ([#56](https://github.com/nuxt-hub/core/pull/56)) +- Update serve example ([3a06bed](https://github.com/nuxt-hub/core/commit/3a06bed)) +- Add drizzle studio update ([4772f65](https://github.com/nuxt-hub/core/commit/4772f65)) +- Update video size ([e79a30a](https://github.com/nuxt-hub/core/commit/e79a30a)) + +### 🏡 Chore + +- Update deps ([a2b0d93](https://github.com/nuxt-hub/core/commit/a2b0d93)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Farnabaz +- Florent Delerue + ## v0.6.4 [compare changes](https://github.com/nuxt-hub/core/compare/v0.6.3...v0.6.4) diff --git a/package.json b/package.json index 3a61d950..eab4212b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.6.4", + "version": "0.6.5", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",