From 0556448bb55c9d2887789c869a0d862a6900400c Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:38:48 +0000 Subject: [PATCH] Prepare release v264 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bddaf0..89b021fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v264] - 2024-09-05 + - Added Node.js version 22.8.0. - Fixed issue with auto-detection during Heroku CI runs. ([#1313](https://github.com/heroku/heroku-buildpack-nodejs/pull/1313)) @@ -913,7 +916,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/v263...main +[unreleased]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v264...main +[v264]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v263...v264 [v263]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v262...v263 [v262]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v261...v262 [v261]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v260...v261