From 244b8fcfffc08b061c2fabc750c0006a59faddc5 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Thu, 26 Jan 2023 18:02:04 +0100 Subject: [PATCH] chore(release): release v2.4.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f2be58c..59b9c04e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v2.4.1 + +[compare changes](https://github.com/nuxt/content/compare/v2.4.0...v2.4.1) + + +### 🩹 Fixes + + - **useContentHead:** `undefined` url ([b157500b](https://github.com/nuxt/content/commit/b157500b)) + +### 📖 Documentation + + - Update edit path ([#1853](https://github.com/nuxt/content/pull/1853)) + +### 🏡 Chore + + - Update changelog ([8e7733a0](https://github.com/nuxt/content/commit/8e7733a0)) + - Update release config ([1bb477d8](https://github.com/nuxt/content/commit/1bb477d8)) + +### ❤️ Contributors + +- Farnabaz +- Barbapapazes + ## v2.4.0 [compare changes](https://github.com/nuxt/content/compare/v2.3.0...v2.4.0) diff --git a/package.json b/package.json index 8792e7924..d937c09db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "2.4.0", + "version": "2.4.1", "description": "Write your content inside your Nuxt app", "keywords": [ "nuxt",