File tree Expand file tree Collapse file tree 22 files changed +103
-39
lines changed Expand file tree Collapse file tree 22 files changed +103
-39
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.6] - 2025-05-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.5] - 2025-05-16
11
15
12
16
- No changes.
@@ -354,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354
358
355
359
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
356
360
357
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
361
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...HEAD
362
+ [ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
358
363
[ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
359
364
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
360
365
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
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.5 "
5
+ version = " 3.6.6 "
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.6] - 2025-05-22
11
+
10
12
### Added
11
13
12
14
- 24.1.0 (linux-amd64, linux-arm64)
@@ -865,7 +867,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
865
867
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
866
868
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
867
869
868
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
870
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...HEAD
871
+ [ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
869
872
[ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
870
873
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
871
874
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
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.5 "
5
+ version = " 3.6.6 "
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.6] - 2025-05-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.5] - 2025-05-16
11
15
12
16
- No changes.
@@ -476,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
476
480
### Added
477
481
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
478
482
479
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
483
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...HEAD
484
+ [ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
480
485
[ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
481
486
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
482
487
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
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-function-invoker"
5
- version = " 3.6.5 "
5
+ version = " 3.6.6 "
6
6
name = " Salesforce Node.js Function Invoker"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Original file line number Diff line number Diff line change @@ -7,7 +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.6] - 2025-05-22
11
+
10
12
- Added npm version 11.4.1.
13
+
11
14
## [ 3.6.5] - 2025-05-16
12
15
13
16
- Added npm version 11.4.0.
@@ -314,7 +317,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314
317
315
318
- Initial release
316
319
317
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
320
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...HEAD
321
+ [ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
318
322
[ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
319
323
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
320
324
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
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.5 "
5
+ version = " 3.6.6 "
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.6] - 2025-05-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.5] - 2025-05-16
11
15
12
16
- No changes.
@@ -312,7 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
316
313
317
- Initial release
314
318
315
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
319
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...HEAD
320
+ [ 3.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...v3.6.6
316
321
[ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
317
322
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
318
323
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
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.5 "
5
+ version = " 3.6.6 "
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."
You can’t perform that action at this time.
0 commit comments