Skip to content

Commit fbfd05b

Browse files
committed
chore(release): v3.9.0
1 parent e52abf5 commit fbfd05b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [3.9.0](///compare/v3.8.2...v3.9.0) (2025-12-03)
4+
5+
### Features
6+
7+
* **amplity:** use`node:sqlite` on AWS Amplify if Node.js > 22 ([#3598](undefined/undefined/undefined/issues/3598)) e74bb6d
8+
9+
### Bug Fixes
10+
11+
* **fs-watcher:** add timeout to deal with race-condition c07336e
12+
* prepare for NuxtHub 0.10 with hub.db ([#3624](undefined/undefined/undefined/issues/3624)) 8a9f9d3
13+
* respect `app.baseURL` in Cloudflare database handler ([#3608](undefined/undefined/undefined/issues/3608)) 1af6adc
14+
315
## [3.8.2](https://github.com/nuxt/content/compare/v3.8.1...v3.8.2) (2025-11-13)
416

517
## [3.8.1](https://github.com/nuxt/content/compare/v3.8.0...v3.8.1) (2025-11-13)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "3.8.2",
3+
"version": "3.9.0",
44
"description": "Write your content inside your Nuxt app",
55
"homepage": "https://content.nuxt.com",
66
"keywords": [
@@ -170,7 +170,9 @@
170170
"resolutions": {
171171
"@nuxt/content": "workspace:*"
172172
},
173-
"engines": { "node": ">= 20.19.0" },
173+
"engines": {
174+
"node": ">= 20.19.0"
175+
},
174176
"packageManager": "pnpm@10.24.0",
175177
"unbuild": {
176178
"entries": [

0 commit comments

Comments
 (0)