Skip to content

Commit

Permalink
chore(release): release v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Sep 1, 2023
1 parent 2d6cfaa commit d920553
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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 <farnabaz@gmail.com>

## v2.8.1

[compare changes](https://github.com/nuxt/content/compare/v2.8.0...v2.8.1)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit d920553

Please sign in to comment.