From 389a633adcb50613c1d7d4eadf46f228dce0f862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 11 Jun 2024 19:58:24 +0200 Subject: [PATCH] chore(release): v0.6.12 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5cdad8..3be1be01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.6.12 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.11...v0.6.12) + +### 🚀 Enhancements + +- Optimize bundle ([#138](https://github.com/nuxt-hub/core/pull/138)) + +### 🩹 Fixes + +- **blob:** Remove slugify ([#154](https://github.com/nuxt-hub/core/pull/154)) + +### 📖 Documentation + +- Remove extra + ([bf850fe](https://github.com/nuxt-hub/core/commit/bf850fe)) + +### 🏡 Chore + +- **action:** Add pr version release ([415e9a3](https://github.com/nuxt-hub/core/commit/415e9a3)) +- Disable pkg-pr-new ([fcb2994](https://github.com/nuxt-hub/core/commit/fcb2994)) + +### ❤️ Contributors + +- Farnabaz +- Quandabase ([@quandabase](http://github.com/quandabase)) +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.6.11 [compare changes](https://github.com/nuxt-hub/core/compare/v0.6.10...v0.6.11) diff --git a/package.json b/package.json index 8b4ed0f2..ad815df9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.6.11", + "version": "0.6.12", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git",