From 2b8cee99f37ba4531e03a130356e301e3b84ee10 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Wed, 27 Sep 2023 13:55:09 +0200 Subject: [PATCH] chore(release): release v2.8.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7037a2da..29a577873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v2.8.4 + +[compare changes](https://github.com/nuxt/content/compare/v2.8.3...v2.8.4) + +### 🩹 Fixes + +- **prose-pre:** Only wrap `slot` in `pre` ([#2348](https://github.com/nuxt/content/pull/2348)) + +### ❤️ Contributors + +- Farnabaz + ## v2.8.3 [compare changes](https://github.com/nuxt/content/compare/v2.8.2...v2.8.3) diff --git a/package.json b/package.json index e86330dda..8dffbf70f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "2.8.3", + "version": "2.8.4", "description": "Write your content inside your Nuxt app", "keywords": [ "nuxt",