From f12664107c22c6e59800b35cdae2a2fde1b7abf0 Mon Sep 17 00:00:00 2001 From: Colin Casey Date: Tue, 24 Oct 2023 12:33:44 -0300 Subject: [PATCH] Added missing changelog entries for npm buildpacks The composite buildpack `heroku/nodejs` should have had entries added for the new npm buildpacks merged in PRs: - #623 - #625 - #685 --- meta-buildpacks/nodejs/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index e97a1919..500d23b9 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -16,12 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) -### Removed - -- Removed the deprecated `heroku/nodejs-npm` from the buildpack group for npm support ([#625](https://github.com/heroku/buildpacks-nodejs/pull/625)) ### Removed +- Removed the deprecated `heroku/nodejs-npm` from the buildpack group for npm support ([#625](https://github.com/heroku/buildpacks-nodejs/pull/625)) - Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#696](https://github.com/heroku/buildpacks-node/pull/696)) ## [1.1.7] - 2023-10-17