File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" : [
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" : [
You can’t perform that action at this time.
0 commit comments