From b1e0df75e1bc6d5b4078da203d17dfc338d35f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 7 Mar 2024 18:01:34 +0100 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e71e7cb..69351d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,51 @@ # Changelog +## v0.3.0 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.2.1...v0.3.0) + +### 🚀 Enhancements + +- ⚠️ Add server cache binding ([e524bfe](https://github.com/nuxt-hub/core/commit/e524bfe)) + +### 🩹 Fixes + +- Correct capitalisation for Cloudflare ([#8](https://github.com/nuxt-hub/core/pull/8)) + +### 📖 Documentation + +- Update 3.deploy.md ([#6](https://github.com/nuxt-hub/core/pull/6)) +- Update 3.deploy.md ([#7](https://github.com/nuxt-hub/core/pull/7)) +- Update 3.deploy.md ([#10](https://github.com/nuxt-hub/core/pull/10)) +- GitHub edit link for content in app.config.ts ([#11](https://github.com/nuxt-hub/core/pull/11)) +- Update twitter link ([13a57f3](https://github.com/nuxt-hub/core/commit/13a57f3)) +- Fix code snippet in 3.blob.md ([#12](https://github.com/nuxt-hub/core/pull/12)) +- Move font to Inter ([fae96d4](https://github.com/nuxt-hub/core/commit/fae96d4)) +- Improve content and add cache note ([d4c98d3](https://github.com/nuxt-hub/core/commit/d4c98d3)) + +### 🏡 Chore + +- **blob:** Batch delete ([5c424c8](https://github.com/nuxt-hub/core/commit/5c424c8)) +- Lint fix ([a8af37c](https://github.com/nuxt-hub/core/commit/a8af37c)) + +### 🤖 CI + +- Remove `contents: read` permission as repo is now public ([68fc0b4](https://github.com/nuxt-hub/core/commit/68fc0b4)) + +#### ⚠️ Breaking Changes + +- ⚠️ Add server cache binding ([e524bfe](https://github.com/nuxt-hub/core/commit/e524bfe)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Oskar Świtalski +- Sylvain Marroufin ([@smarroufin](http://github.com/smarroufin)) +- Rajeev R Sharma +- Rihan ([@RihanArfan](http://github.com/RihanArfan)) +- Dale Weaver + ## v0.2.1 [compare changes](https://github.com/nuxt-hub/core/compare/v0.2.0...v0.2.1) diff --git a/package.json b/package.json index 52962229..b8767ffc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.2.1", + "version": "0.3.0", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",