Skip to content

Commit 1bcd7b0

Browse files
committed
chore(release): v3.8.1
1 parent d763452 commit 1bcd7b0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.8.1](https://github.com/nuxt/content/compare/v3.8.0...v3.8.1) (2025-11-13)
4+
5+
### Bug Fixes
6+
7+
* **deps:** nuxt 4.2 patch ([91a1de7](https://github.com/nuxt/content/commit/91a1de7391d8b010fff85befe3d75fb8e0fd1788))
8+
* **docs:** docs collection prefix ([72cc17d](https://github.com/nuxt/content/commit/72cc17d5d912f46c0358b1af48cf44d49e18925a))
9+
* make sure last char of column is not special char ([#3610](https://github.com/nuxt/content/issues/3610)) ([d763452](https://github.com/nuxt/content/commit/d763452db17b2e81ccae4a84c25c58e50c6a5e68))
10+
11+
### Performance Improvements
12+
13+
* replace internal object records with maps ([#3591](https://github.com/nuxt/content/issues/3591)) ([7b16de3](https://github.com/nuxt/content/commit/7b16de31106062d82654b0be9cddaaf88ac1b1fb))
14+
* use `moduleDependencies` to install mdc module ([#3597](https://github.com/nuxt/content/issues/3597)) ([9600533](https://github.com/nuxt/content/commit/960053395ccb3c1a991f06948523558fcff62ea1))
15+
316
## [3.8.0](https://github.com/nuxt/content/compare/v3.7.1...v3.8.0) (2025-10-29)
417

518
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Write your content inside your Nuxt app",
55
"homepage": "https://content.nuxt.com",
66
"keywords": [

0 commit comments

Comments
 (0)