From a313f48fcf8ee587c50d53c9b5cad0ecb1663e46 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Tue, 25 Jul 2023 06:59:23 +0200 Subject: [PATCH] chore(release): release v2.7.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb65787e..b3b55c0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v2.7.2 + +[compare changes](https://github.com/nuxt/content/compare/v2.7.1...v2.7.2) + +### 🩹 Fixes + +- Remark plugins deprecated warning ([#2188](https://github.com/nuxt/content/pull/2188)) +- Allow `]` in filename code block ([#2169](https://github.com/nuxt/content/pull/2169)) + +### 📖 Documentation + +- Update slots example for the `content-query` component ([#2190](https://github.com/nuxt/content/pull/2190)) + +### ❤️ Contributors + +- Estéban +- Farnabaz + ## v2.7.1 [compare changes](https://github.com/nuxt/content/compare/v2.7.0...v2.7.1) diff --git a/package.json b/package.json index 27170cf3d..9f52fea84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "2.7.1", + "version": "2.7.2", "description": "Write your content inside your Nuxt app", "keywords": [ "nuxt",