diff --git a/CHANGELOG.md b/CHANGELOG.md index 7624e9f90..ae9653090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v2.8.2 + +[compare changes](https://github.com/nuxt/content/compare/v2.8.1...v2.8.2) + +### 🩹 Fixes + +- **query:** Prevent `undefined` error ([b680b47c](https://github.com/nuxt/content/commit/b680b47c)) +- **navigation:** Prevent client-db conflict ([fd8e3b82](https://github.com/nuxt/content/commit/fd8e3b82)) +- **serverQueryContent:** Do not expose advanced query typing ([09e37c19](https://github.com/nuxt/content/commit/09e37c19)) +- **document-driven:** Invalid composable import ([e56f71dc](https://github.com/nuxt/content/commit/e56f71dc)) +- **ContentList:** Component slot typechecking ([#2277](https://github.com/nuxt/content/pull/2277)) + +### ❤️ Contributors + +- Cédric Exbrayat +- Farnabaz + ## v2.8.1 [compare changes](https://github.com/nuxt/content/compare/v2.8.0...v2.8.1) diff --git a/package.json b/package.json index c54358c8d..1f379f2b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "2.8.1", + "version": "2.8.2", "description": "Write your content inside your Nuxt app", "keywords": [ "nuxt",