File tree Expand file tree Collapse file tree 22 files changed +104
-39
lines changed Expand file tree Collapse file tree 22 files changed +104
-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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -346,7 +350,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346
350
347
351
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
348
352
349
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
353
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
354
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
350
355
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
351
356
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
352
357
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
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.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
10
12
### Added
11
13
12
14
- 24.0.1 (linux-amd64, linux-arm64)
@@ -849,7 +851,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
849
851
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
850
852
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
851
853
852
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
854
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
855
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
853
856
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
854
857
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
855
858
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
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.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -468,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
468
472
### Added
469
473
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
470
474
471
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
475
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
476
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
472
477
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
473
478
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
474
479
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
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.3 "
5
+ version = " 3.6.4 "
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,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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -305,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305
309
306
310
- Initial release
307
311
308
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
312
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
313
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
309
314
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
310
315
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
311
316
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
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.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -304,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
304
308
305
309
- Initial release
306
310
307
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
311
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
312
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
308
313
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
309
314
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
310
315
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
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.3 "
5
+ version = " 3.6.4 "
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