diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8c1370..85d6e070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.7.28 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.27...v0.7.28) + +### 🩹 Fixes + +- Update cache storage for pre-rendering phase ([#319](https://github.com/nuxt-hub/core/pull/319)) +- Multipart with remote storage ([#318](https://github.com/nuxt-hub/core/pull/318)) +- Normalize path for windows ([#317](https://github.com/nuxt-hub/core/pull/317)) + +### 📖 Documentation + +- Show seed instructions ([cb2eb4e](https://github.com/nuxt-hub/core/commit/cb2eb4e)) + +### 🏡 Chore + +- Fix types ([d05aa74](https://github.com/nuxt-hub/core/commit/d05aa74)) +- Update deps ([2b7ee79](https://github.com/nuxt-hub/core/commit/2b7ee79)) +- Lint fix ([3ffcfb2](https://github.com/nuxt-hub/core/commit/3ffcfb2)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v0.7.27 [compare changes](https://github.com/nuxt-hub/core/compare/v0.7.26...v0.7.27) diff --git a/package.json b/package.json index d31b1e1a..d682b400 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.7.27", + "version": "0.7.28", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",