Skip to content

Commit bab9692

Browse files
Prepare release v3.6.2 (#1097)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.6.2`. - Updated `heroku/nodejs-engine` to `3.6.2`. - Updated `heroku/nodejs-npm-engine` to `3.6.2`. - Updated `heroku/nodejs-npm-install` to `3.6.2`. - Updated `heroku/nodejs-pnpm-engine` to `3.6.2`. - Updated `heroku/nodejs-pnpm-install` to `3.6.2`. - Updated `heroku/nodejs-yarn` to `3.6.2`. ## heroku/nodejs-corepack ### Changed - Buildpack output changes. ([#1093](#1093)) ## heroku/nodejs-engine ### Changed - Buildpack output changes. ([#1093](#1093)) - Added retry behavior for Node.js binary downloads ([#1092](#1092)) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.6.2`. - Updated `heroku/nodejs-function-invoker` to `3.6.2`. - Updated `heroku/nodejs-npm` to `3.6.2`. ## heroku/nodejs-function-invoker ### Changed - Buildpack output changes. ([#1093](#1093)) ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine ### Changed - Buildpack output changes. ([#1093](#1093)) - Added retry behavior for npm binary downloads ([#1092](#1092)) ## heroku/nodejs-npm-install ### Changed - Buildpack output changes. ([#1093](#1093)) ## heroku/nodejs-pnpm-engine ### Changed - Buildpack output changes. ([#1093](#1093)) ## heroku/nodejs-pnpm-install ### Changed - Buildpack output changes. ([#1093](#1093)) ## heroku/nodejs-yarn ### Changed - Buildpack output changes. ([#1093](#1093)) - Added retry behavior for Yarn binary downloads ([#1092](#1092)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 7deefb5 commit bab9692

File tree

22 files changed

+90
-39
lines changed

22 files changed

+90
-39
lines changed

buildpacks/nodejs-corepack/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+
## [3.6.2] - 2025-05-05
11+
1012
### Changed
1113

1214
- Buildpack output changes. ([#1093](https://github.com/heroku/buildpacks-nodejs/pull/1093))
@@ -340,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340342

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

343-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
345+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
346+
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
344347
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
345348
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
346349
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3

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 = "3.6.1"
5+
version = "3.6.2"
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+
## [3.6.2] - 2025-05-05
11+
1012
### Changed
1113

1214
- Buildpack output changes. ([#1093](https://github.com/heroku/buildpacks-nodejs/pull/1093))
@@ -837,7 +839,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
837839
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
838840
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
839841

840-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
842+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
843+
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
841844
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
842845
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
843846
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3

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 = "3.6.1"
5+
version = "3.6.2"
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-function-invoker/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+
## [3.6.2] - 2025-05-05
11+
1012
### Changed
1113

1214
- Buildpack output changes. ([#1093](https://github.com/heroku/buildpacks-nodejs/pull/1093))
@@ -462,7 +464,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462464
### Added
463465
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
464466

465-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
467+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
468+
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
466469
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
467470
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
468471
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3

buildpacks/nodejs-function-invoker/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-function-invoker"
5-
version = "3.6.1"
5+
version = "3.6.2"
66
name = "Salesforce Node.js Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."

buildpacks/nodejs-npm-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+
## [3.6.2] - 2025-05-05
11+
1012
### Changed
1113

1214
- Buildpack output changes. ([#1093](https://github.com/heroku/buildpacks-nodejs/pull/1093))
@@ -299,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299301

300302
- Initial release
301303

302-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
304+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
305+
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
303306
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
304307
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
305308
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3

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 = "3.6.1"
5+
version = "3.6.2"
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: 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+
## [3.6.2] - 2025-05-05
11+
1012
### Changed
1113

1214
- Buildpack output changes. ([#1093](https://github.com/heroku/buildpacks-nodejs/pull/1093))
@@ -298,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298300

299301
- Initial release
300302

301-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
303+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
304+
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
302305
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
303306
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
304307
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3

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 = "3.6.1"
5+
version = "3.6.2"
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."

0 commit comments

Comments
 (0)