From 32462174266fd511062f71e7c6101b8d34f9f284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 5 Jun 2024 17:57:41 +0200 Subject: [PATCH] chore(release): v0.6.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6868d022..e87c129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.6.6 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.5...v0.6.6) + +### 🩹 Fixes + +- Missing imports for blob & multipart ([36a8e66](https://github.com/nuxt-hub/core/commit/36a8e66)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.6.5 [compare changes](https://github.com/nuxt-hub/core/compare/v0.6.4...v0.6.5) diff --git a/package.json b/package.json index eab4212b..eeecf2f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.6.5", + "version": "0.6.6", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",