From 7e1c884e632cbab32524cc6dbc8a4669b6143688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 17 Sep 2024 18:24:44 +0200 Subject: [PATCH] chore(release): v0.7.19 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e877b8b..6cc0922d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.7.19 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.18...v0.7.19) + +### 🚀 Enhancements + +- Add `nuxthub preview` command ([#288](https://github.com/nuxt-hub/core/pull/288)) + +### 📖 Documentation + +- Fix usage of `extends` ([9f4a5f0](https://github.com/nuxt-hub/core/commit/9f4a5f0)) +- Update ([8e40b8d](https://github.com/nuxt-hub/core/commit/8e40b8d)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v0.7.18 [compare changes](https://github.com/nuxt-hub/core/compare/v0.7.17...v0.7.18) diff --git a/package.json b/package.json index 6143e2e3..7156aafe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.7.18", + "version": "0.7.19", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",