Skip to content

Commit 10238cb

Browse files
Prepare release v4.1.4 (#1167)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `4.1.4`. - Updated `heroku/nodejs-engine` to `4.1.4`. - Updated `heroku/nodejs-npm-engine` to `4.1.4`. - Updated `heroku/nodejs-npm-install` to `4.1.4`. - Updated `heroku/nodejs-pnpm-engine` to `4.1.4`. - Updated `heroku/nodejs-pnpm-install` to `4.1.4`. - Updated `heroku/nodejs-yarn` to `4.1.4`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 24.7.0 (linux-amd64, linux-arm64) - 22.19.0 (linux-amd64, linux-arm64) ## heroku/nodejs-npm-engine - No changes. ## heroku/nodejs-npm-install - No changes. ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 82b5400 commit 10238cb

File tree

16 files changed

+76
-30
lines changed

16 files changed

+76
-30
lines changed

buildpacks/nodejs-corepack/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-08-29
11+
12+
- No changes.
13+
1014
## [4.1.3] - 2025-08-22
1115

1216
- No changes.
@@ -402,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
402406

403407
- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))
404408

405-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
409+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
410+
[4.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
406411
[4.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
407412
[4.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
408413
[4.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.1

buildpacks/nodejs-corepack/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-corepack"
5-
version = "4.1.3"
5+
version = "4.1.4"
66
name = "Heroku Node.js Corepack"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-engine/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-08-29
11+
1012
### Added
1113

1214
- 24.7.0 (linux-amd64, linux-arm64)
@@ -930,7 +932,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
930932
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
931933
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
932934

933-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
935+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
936+
[4.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
934937
[4.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
935938
[4.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
936939
[4.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.1

buildpacks/nodejs-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-engine"
5-
version = "4.1.3"
5+
version = "4.1.4"
66
name = "Heroku Node.js Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-engine/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-08-29
11+
12+
- No changes.
13+
1014
## [4.1.3] - 2025-08-22
1115

1216
### Fixed
@@ -365,7 +369,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
365369

366370
- Initial release
367371

368-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
372+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
373+
[4.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
369374
[4.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
370375
[4.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
371376
[4.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.1

buildpacks/nodejs-npm-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-engine"
5-
version = "4.1.3"
5+
version = "4.1.4"
66
name = "Heroku Node.js npm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-install/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-08-29
11+
12+
- No changes.
13+
1014
## [4.1.3] - 2025-08-22
1115

1216
- No changes.
@@ -364,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
364368

365369
- Initial release
366370

367-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
371+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
372+
[4.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
368373
[4.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
369374
[4.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
370375
[4.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.1

buildpacks/nodejs-npm-install/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-install"
5-
version = "4.1.3"
5+
version = "4.1.4"
66
name = "Heroku Node.js npm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-engine/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4] - 2025-08-29
11+
12+
- No changes.
13+
1014
## [4.1.3] - 2025-08-22
1115

1216
- No changes.
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318322

319323
- Initial release
320324

321-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
325+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
326+
[4.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
322327
[4.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
323328
[4.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
324329
[4.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.1

buildpacks/nodejs-pnpm-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-engine"
5-
version = "4.1.3"
5+
version = "4.1.4"
66
name = "Heroku Node.js pnpm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."

0 commit comments

Comments
 (0)