Skip to content

Commit

Permalink
Added missing changelog entries for npm buildpacks (#697)
Browse files Browse the repository at this point in the history
* 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

* Drop extra hyphen

Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>

---------

Co-authored-by: Josh W Lewis <josh.lewis@salesforce.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 24, 2023
1 parent 4f8b75b commit ee87816
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added `heroku/nodejs-npm-engine` to the buildpack group for npm support ([#623](https://github.com/heroku/buildpacks-nodejs/pull/623))
- Added `heroku/nodejs-npm-install` to the buildpack group for npm support ([#625](https://github.com/heroku/buildpacks-nodejs/pull/625))
- Added `heroku/nodejs-corepack` to the buildpack group for npm support ([#685](https://github.com/heroku/buildpacks-nodejs/pull/685))

### 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 `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 ee87816

Please sign in to comment.