From 4bbca740419b5449717324f1ab4c2e4e46e75a62 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:17:26 +0000 Subject: [PATCH] Prepare release v258 (#1294) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9830be7..6caefb698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v258] - 2024-07-10 + - Export default `NODE_OPTIONS` settings to downstream buildpacks if environment variable is not already set. ([#1293](https://github.com/heroku/heroku-buildpack-nodejs/pull/1293)) ## [v257] - 2024-07-09 @@ -880,7 +883,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/v257...main +[unreleased]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v258...main +[v258]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v257...v258 [v257]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v256...v257 [v256]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v255...v256 [v255]: https://github.com/heroku/heroku-buildpack-nodejs/compare/v254...v255