File tree Expand file tree Collapse file tree 16 files changed +76
-30
lines changed Expand file tree Collapse file tree 16 files changed +76
-30
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
+ ## [ 4.1.4] - 2025-08-29
11
+
12
+ - No changes.
13
+
10
14
## [ 4.1.3] - 2025-08-22
11
15
12
16
- No changes.
@@ -402,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
402
406
403
407
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
404
408
405
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
409
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
410
+ [ 4.1.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
406
411
[ 4.1.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
407
412
[ 4.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
408
413
[ 4.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.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 = " 4.1.3 "
5
+ version = " 4.1.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
+ ## [ 4.1.4] - 2025-08-29
11
+
10
12
### Added
11
13
12
14
- 24.7.0 (linux-amd64, linux-arm64)
@@ -930,7 +932,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
930
932
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
931
933
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
932
934
933
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
935
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
936
+ [ 4.1.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
934
937
[ 4.1.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
935
938
[ 4.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
936
939
[ 4.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.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 = " 4.1.3 "
5
+ version = " 4.1.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
+ ## [ 4.1.4] - 2025-08-29
11
+
12
+ - No changes.
13
+
10
14
## [ 4.1.3] - 2025-08-22
11
15
12
16
### Fixed
@@ -365,7 +369,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
365
369
366
370
- Initial release
367
371
368
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
372
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
373
+ [ 4.1.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
369
374
[ 4.1.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
370
375
[ 4.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
371
376
[ 4.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.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 = " 4.1.3 "
5
+ version = " 4.1.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
+ ## [ 4.1.4] - 2025-08-29
11
+
12
+ - No changes.
13
+
10
14
## [ 4.1.3] - 2025-08-22
11
15
12
16
- No changes.
@@ -364,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
364
368
365
369
- Initial release
366
370
367
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
371
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
372
+ [ 4.1.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
368
373
[ 4.1.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
369
374
[ 4.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
370
375
[ 4.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.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 = " 4.1.3 "
5
+ version = " 4.1.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."
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
+ ## [ 4.1.4] - 2025-08-29
11
+
12
+ - No changes.
13
+
10
14
## [ 4.1.3] - 2025-08-22
11
15
12
16
- No changes.
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318
322
319
323
- Initial release
320
324
321
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...HEAD
325
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.4...HEAD
326
+ [ 4.1.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.3...v4.1.4
322
327
[ 4.1.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.2...v4.1.3
323
328
[ 4.1.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.1...v4.1.2
324
329
[ 4.1.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v4.1.0...v4.1.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-pnpm-engine"
5
- version = " 4.1.3 "
5
+ version = " 4.1.4 "
6
6
name = " Heroku Node.js pnpm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
You can’t perform that action at this time.
0 commit comments