Skip to content

Commit

Permalink
Added missing changelog entries for npm buildpacks
Browse files Browse the repository at this point in the history
The composite buildpack `heroku/nodejs` should have had entries added for the new npm buildpacks merged in PRs:
- #623
- #625
- #685
  • Loading branch information
colincasey committed Oct 24, 2023
1 parent a865544 commit f126641
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f126641

Please sign in to comment.