File tree Expand file tree Collapse file tree 22 files changed +90
-39
lines changed Expand file tree Collapse file tree 22 files changed +90
-39
lines changed 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.2] - 2025-05-05
11
+
10
12
### Changed
11
13
12
14
- Buildpack output changes. ([ #1093 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1093 ) )
@@ -340,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340
342
341
343
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
342
344
343
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
345
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
346
+ [ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
344
347
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
345
348
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
346
349
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.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.1 "
5
+ version = " 3.6.2 "
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.2] - 2025-05-05
11
+
10
12
### Changed
11
13
12
14
- Buildpack output changes. ([ #1093 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1093 ) )
@@ -837,7 +839,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
837
839
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
838
840
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
839
841
840
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
842
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
843
+ [ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
841
844
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
842
845
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
843
846
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.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.1 "
5
+ version = " 3.6.2 "
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,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.2] - 2025-05-05
11
+
10
12
### Changed
11
13
12
14
- Buildpack output changes. ([ #1093 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1093 ) )
@@ -462,7 +464,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462
464
### Added
463
465
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
464
466
465
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
467
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
468
+ [ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
466
469
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
467
470
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
468
471
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.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.1 "
5
+ version = " 3.6.2 "
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,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.2] - 2025-05-05
11
+
10
12
### Changed
11
13
12
14
- Buildpack output changes. ([ #1093 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1093 ) )
@@ -299,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
301
300
302
- Initial release
301
303
302
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
304
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
305
+ [ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
303
306
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
304
307
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
305
308
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.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.1 "
5
+ version = " 3.6.2 "
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,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.2] - 2025-05-05
11
+
10
12
### Changed
11
13
12
14
- Buildpack output changes. ([ #1093 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1093 ) )
@@ -298,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298
300
299
301
- Initial release
300
302
301
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...HEAD
303
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
304
+ [ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
302
305
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
303
306
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
304
307
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.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.1 "
5
+ version = " 3.6.2 "
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