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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -350,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350
354
351
355
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
352
356
353
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
357
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
358
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
354
359
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
355
360
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
356
361
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
10
12
### Added
11
13
12
14
- 24.0.2 (linux-amd64, linux-arm64)
@@ -858,7 +860,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
858
860
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
859
861
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
860
862
861
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
863
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
864
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
862
865
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
863
866
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
864
867
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -472,7 +476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
472
476
### Added
473
477
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
474
478
475
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
479
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
480
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
476
481
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
477
482
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
478
483
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
10
12
- Added npm version 11.4.0.
13
+
11
14
## [ 3.6.4] - 2025-05-09
12
15
13
16
- No changes.
@@ -310,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
313
311
314
- Initial release
312
315
313
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
316
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
317
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
314
318
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
315
319
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
316
320
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -308,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308
312
309
313
- Initial release
310
314
311
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
315
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
316
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
312
317
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
313
318
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
314
319
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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