File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
4343- Environment detection (` env.js ` ) now respects hostname overrides and normalizes fallback logic for SSR/client consistency
4444- Logs in ` hooks.server.js ` and PostHog analytics client are now gated by ` isDebug ` to avoid unnecessary noise in production
4545- Better logging structure for PostHog initialization, including full ` import.meta.env ` dump in debug mode
46- - Updated ` engines.node ` in ` package.json ` to require ** Node.js** ` >=24.0.0 <25 `
47- - ** Node.js v22** is no longer supported
4846- Bumped project version to ` v1.25.4 `
4947
5048### Fixed
Original file line number Diff line number Diff line change 3030 },
3131 "type" : " module" ,
3232 "engines" : {
33- "node" : " >=24 .0.0 <25" ,
33+ "node" : " >=22 .0.0 <25" ,
3434 "npm" : " >=10.0.0 <12"
3535 },
3636 "scripts" : {
You can’t perform that action at this time.
0 commit comments