File tree Expand file tree Collapse file tree 16 files changed +76
-30
lines changed Expand file tree Collapse file tree 16 files changed +76
-30
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.9] - 2025-06-23
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.8] - 2025-06-19
11
15
12
16
- No changes.
@@ -366,7 +370,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
366
370
367
371
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
368
372
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
370
375
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
371
376
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
372
377
[ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-corepack"
5
- version = " 3.6.8 "
5
+ version = " 3.6.9 "
6
6
name = " Heroku Node.js Corepack"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.9] - 2025-06-23
11
+
10
12
### Added
11
13
12
14
- 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
879
881
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
880
882
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
881
883
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
883
886
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
884
887
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
885
888
[ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-engine"
5
- version = " 3.6.8 "
5
+ version = " 3.6.9 "
6
6
name = " Heroku Node.js Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.9] - 2025-06-23
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.8] - 2025-06-19
11
15
12
16
### Changed
@@ -327,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
327
331
328
332
- Initial release
329
333
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
331
336
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
332
337
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
333
338
[ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-engine"
5
- version = " 3.6.8 "
5
+ version = " 3.6.9 "
6
6
name = " Heroku Node.js npm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.9] - 2025-06-23
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.8] - 2025-06-19
11
15
12
16
- No changes.
@@ -324,7 +328,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324
328
325
329
- Initial release
326
330
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
328
333
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
329
334
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
330
335
[ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-install"
5
- version = " 3.6.8 "
5
+ version = " 3.6.9 "
6
6
name = " Heroku Node.js npm Install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.9] - 2025-06-23
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.8] - 2025-06-19
11
15
12
16
- No changes.
@@ -282,7 +286,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282
286
283
287
- Initial release
284
288
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
286
291
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
287
292
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
288
293
[ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-pnpm-engine"
5
- version = " 3.6.8 "
5
+ version = " 3.6.9 "
6
6
name = " Heroku Node.js pnpm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
You can’t perform that action at this time.
0 commit comments