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.10] - 2025-06-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.9] - 2025-06-23
11
15
12
16
- No changes.
@@ -370,7 +374,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
370
374
371
375
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
372
376
373
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
377
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
378
+ [ 3.6.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
374
379
[ 3.6.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
375
380
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
376
381
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
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.9 "
5
+ version = " 3.6.10 "
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.10] - 2025-06-25
11
+
10
12
### Added
11
13
12
14
- 24.3.0 (linux-amd64, linux-arm64)
@@ -886,7 +888,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
886
888
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
887
889
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
888
890
889
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
891
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
892
+ [ 3.6.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
890
893
[ 3.6.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
891
894
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
892
895
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
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.9 "
5
+ version = " 3.6.10 "
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.10] - 2025-06-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.9] - 2025-06-23
11
15
12
16
- No changes.
@@ -331,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331
335
332
336
- Initial release
333
337
334
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
338
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
339
+ [ 3.6.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
335
340
[ 3.6.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
336
341
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
337
342
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
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.9 "
5
+ version = " 3.6.10 "
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.10] - 2025-06-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.9] - 2025-06-23
11
15
12
16
- No changes.
@@ -328,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
328
332
329
333
- Initial release
330
334
331
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
335
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
336
+ [ 3.6.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
332
337
[ 3.6.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
333
338
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
334
339
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
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.9 "
5
+ version = " 3.6.10 "
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.10] - 2025-06-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.9] - 2025-06-23
11
15
12
16
- No changes.
@@ -286,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286
290
287
291
- Initial release
288
292
289
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
293
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
294
+ [ 3.6.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
290
295
[ 3.6.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
291
296
[ 3.6.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
292
297
[ 3.6.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7
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.9 "
5
+ version = " 3.6.10 "
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