Skip to content

Commit 554ee6e

Browse files
Prepare release v3.6.9 (#1130)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.6.9`. - Updated `heroku/nodejs-engine` to `3.6.9`. - Updated `heroku/nodejs-npm-engine` to `3.6.9`. - Updated `heroku/nodejs-npm-install` to `3.6.9`. - Updated `heroku/nodejs-pnpm-engine` to `3.6.9`. - Updated `heroku/nodejs-pnpm-install` to `3.6.9`. - Updated `heroku/nodejs-yarn` to `3.6.9`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 20.19.3 (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 81a6580 commit 554ee6e

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+
## [3.6.9] - 2025-06-23
11+
12+
- No changes.
13+
1014
## [3.6.8] - 2025-06-19
1115

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

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

369-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...HEAD
373+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
374+
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
370375
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
371376
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
372377
[3.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6

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.8"
5+
version = "3.6.9"
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.9] - 2025-06-23
11+
1012
### Added
1113

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

882-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...HEAD
884+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
885+
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
883886
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
884887
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
885888
[3.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6

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.8"
5+
version = "3.6.9"
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+
## [3.6.9] - 2025-06-23
11+
12+
- No changes.
13+
1014
## [3.6.8] - 2025-06-19
1115

1216
### Changed
@@ -327,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
327331

328332
- Initial release
329333

330-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...HEAD
334+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
335+
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
331336
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
332337
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
333338
[3.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6

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.8"
5+
version = "3.6.9"
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+
## [3.6.9] - 2025-06-23
11+
12+
- No changes.
13+
1014
## [3.6.8] - 2025-06-19
1115

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

325329
- Initial release
326330

327-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...HEAD
331+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
332+
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
328333
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
329334
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
330335
[3.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6

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.8"
5+
version = "3.6.9"
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+
## [3.6.9] - 2025-06-23
11+
12+
- No changes.
13+
1014
## [3.6.8] - 2025-06-19
1115

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

283287
- Initial release
284288

285-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...HEAD
289+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
290+
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
286291
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
287292
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
288293
[3.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6

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 = "3.6.8"
5+
version = "3.6.9"
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)