Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v314] - 2025-10-09

- Added Node.js 24.10.0 (linux-amd64)

## [v313] - 2025-09-26
Expand Down Expand Up @@ -1155,7 +1158,8 @@ Accepts `cacheDirectories` array in package.json to override default `node_modul

- Documented at https://devcenter.heroku.com/articles/nodejs-support#cache-behavior

[unreleased]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v313...main
[unreleased]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v314...main
[v314]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v313...v314
[v313]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v312...v313
[v312]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v311...v312
[v311]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v310...v311
Expand Down
Loading