Skip to content

Commit d039316

Browse files
committed
chore(release): v3.10.0
1 parent 296ca54 commit d039316

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [3.10.0](https://github.com/nuxt/content/compare/v3.9.0...v3.10.0) (2025-12-24)
4+
5+
### Features
6+
7+
* add optional database indexes ([#3637](https://github.com/nuxt/content/issues/3637)) ([8ab6ff1](https://github.com/nuxt/content/commit/8ab6ff119d20fb9237a5f59ea476e93c6c1a7bca))
8+
* **search:** add minHeading/maxHeading options to queryCollectionSearchSections ([#3636](https://github.com/nuxt/content/issues/3636)) ([8053ae7](https://github.com/nuxt/content/commit/8053ae7119bdc0e2a246ba0c9c51b9f8782fd140))
9+
* shallow clone git repository sources ([#3542](https://github.com/nuxt/content/issues/3542)) ([e6bf06f](https://github.com/nuxt/content/commit/e6bf06f02e594a628665dfb4a63778ebf2b3a54c))
10+
* single CSV file collections ([#3513](https://github.com/nuxt/content/issues/3513)) ([8d88738](https://github.com/nuxt/content/commit/8d88738d0c86dc193bfd060357c16a85f93e73ef))
11+
12+
### Bug Fixes
13+
14+
* **database:** sqlite memory driver syntax ([#3635](https://github.com/nuxt/content/issues/3635)) ([9b4b4f2](https://github.com/nuxt/content/commit/9b4b4f2e910b1bbdf979235b15ec8962eeaf14fa))
15+
* **docs:** prerendering issues ([b8c5225](https://github.com/nuxt/content/commit/b8c522566b204c6afed0aadabeea837978ece979))
16+
* **lint:** configs ([1ef7768](https://github.com/nuxt/content/commit/1ef7768b59c76eb5627c31cbf6648eb991d4811d))
17+
* **lint:** unique headings ([c5cc00c](https://github.com/nuxt/content/commit/c5cc00c478ddba999e3655b29a5daf33c34f32a0))
18+
* **module:** work with route rules `cache: true` ([#3617](https://github.com/nuxt/content/issues/3617)) ([fa6c267](https://github.com/nuxt/content/commit/fa6c2670f528fd561f43db07b779f3e21463d176))
19+
* **nuxthub:** inherit preset form node/cloudflare ([551a7fb](https://github.com/nuxt/content/commit/551a7fb8fd9256aec13f1ffcaba7141131ec44ab))
20+
* **parser:** do not extract content title & description from body on data collections ([4f4e958](https://github.com/nuxt/content/commit/4f4e9583b2581c2c2524aacffac04565a21ada04))
21+
* **path-meta:** apply path meta fields if they exists in schema ([#3632](https://github.com/nuxt/content/issues/3632)) ([b3d7464](https://github.com/nuxt/content/commit/b3d7464edbafd5c712eaca745684c783a09e7576))
22+
323
## [3.9.0](///compare/v3.8.2...v3.9.0) (2025-12-03)
424

525
### 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.9.0",
3+
"version": "3.10.0",
44
"description": "Write your content inside your Nuxt app",
55
"homepage": "https://content.nuxt.com",
66
"keywords": [

0 commit comments

Comments
 (0)