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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -342,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342
346
343
347
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
344
348
345
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
349
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
350
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
346
351
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
347
352
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
348
353
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
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.2 "
5
+ version = " 3.6.3 "
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.3] - 2025-05-07
11
+
10
12
### Added
11
13
12
14
- 24.0.0 (linux-amd64, linux-arm64)
@@ -843,7 +845,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
843
845
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
844
846
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
845
847
846
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
848
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
849
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
847
850
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
848
851
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
849
852
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
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.2 "
5
+ version = " 3.6.3 "
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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -464,7 +468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464
468
### Added
465
469
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
466
470
467
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
471
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
472
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
468
473
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
469
474
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
470
475
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
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.2 "
5
+ version = " 3.6.3 "
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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301
305
302
306
- Initial release
303
307
304
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
308
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
309
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
305
310
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
306
311
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
307
312
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
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.2 "
5
+ version = " 3.6.3 "
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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300
304
301
305
- Initial release
302
306
303
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
307
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
308
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
304
309
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
305
310
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
306
311
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
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.2 "
5
+ version = " 3.6.3 "
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