From ce8026fa79d22ff7ef9100847a7e5c8c6babee1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 13 Nov 2024 01:03:32 +0100 Subject: [PATCH] chore(release): v0.8.7 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21490b99..ed295e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v0.8.7 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.6...v0.8.7) + +### 🚀 Enhancements + +- **cache:** Add support for swr detection ([#376](https://github.com/nuxt-hub/core/pull/376)) + +### 📖 Documentation + +- Update blob.md to match the ensureBlob types ([#371](https://github.com/nuxt-hub/core/pull/371)) + +### 🏡 Chore + +- Remove deprecated D1 dump() ([#373](https://github.com/nuxt-hub/core/pull/373)) +- Update deps ([7532538](https://github.com/nuxt-hub/core/commit/7532538)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Mathieu NICOLAS ([@arkhaiel](http://github.com/arkhaiel)) +- Rihan ([@RihanArfan](http://github.com/RihanArfan)) + ## v0.8.6 [compare changes](https://github.com/nuxt-hub/core/compare/v0.8.5...v0.8.6) diff --git a/package.json b/package.json index fa9b1382..3cbd47f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.8.6", + "version": "0.8.7", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",