Skip to content

Commit be834d0

Browse files
committed
chore(release): v3.6.1
1 parent a966c61 commit be834d0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [3.6.1](https://github.com/nuxt/content/compare/v3.6.0...v3.6.1) (2025-06-20)
4+
5+
### Features
6+
7+
* add `findPageHeadline` utils ([#3416](https://github.com/nuxt/content/issues/3416)) ([a966c61](https://github.com/nuxt/content/commit/a966c61d2f4cdd496ceb98026c728f7723780b51))
8+
* **preset:** warn if nuxthub is loaded before without database ([#3405](https://github.com/nuxt/content/issues/3405)) ([f689cf0](https://github.com/nuxt/content/commit/f689cf0f08ce677ba1eaaf977f43b7336b09a819))
9+
* support `<=` and `>=` sql operators ([#3413](https://github.com/nuxt/content/issues/3413)) ([63dbf9f](https://github.com/nuxt/content/commit/63dbf9f3bb3159cd90b765909319a258949f2552))
10+
* support Cloudflare Workers ([#3407](https://github.com/nuxt/content/issues/3407)) ([7738aac](https://github.com/nuxt/content/commit/7738aac6b7dca2d8b510b5c8f6528878dd44fc57))
11+
12+
### Bug Fixes
13+
14+
* **dev:** support extension patterns like `**/*.md` ([#3414](https://github.com/nuxt/content/issues/3414)) ([f1b873b](https://github.com/nuxt/content/commit/f1b873ba5262bd76ddf3fafa8711bac331099376))
15+
* disable ref strategy of JsonSchema ([#3403](https://github.com/nuxt/content/issues/3403)) ([01cfac1](https://github.com/nuxt/content/commit/01cfac1b9c695ca10f166d23d8759a10668e68fa))
16+
317
## [3.6.0](https://github.com/nuxt/content/compare/v3.5.1...v3.6.0) (2025-06-12)
418

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

0 commit comments

Comments
 (0)