From 4d8c0bbc676d041422d1e30cb671fe65a6c87b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 22 Oct 2024 23:11:40 +0200 Subject: [PATCH] chore(release): v0.7.36 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93933708..6f0a8a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.7.36 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.35...v0.7.36) + +### 🚀 Enhancements + +- **blob:** Expose more data ([#337](https://github.com/nuxt-hub/core/pull/337)) + +### 🏡 Chore + +- **playground:** Update deps ([3758f41](https://github.com/nuxt-hub/core/commit/3758f41)) +- Update wrangler ([f1733d9](https://github.com/nuxt-hub/core/commit/f1733d9)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v0.7.35 [compare changes](https://github.com/nuxt-hub/core/compare/v0.7.34...v0.7.35) diff --git a/package.json b/package.json index 5f6e0832..79e9b624 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.7.35", + "version": "0.7.36", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",