File tree 22 files changed +104
-39
lines changed
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.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -136,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
140
137
141
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
138
142
139
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
143
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
144
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
140
145
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
141
146
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
142
147
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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.0.3 "
5
+ version = " 3.0.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,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.4] - 2024-04-10
11
+
10
12
- Added Node.js version 21.7.3.
11
13
- Added Node.js version 20.12.2.
12
14
- Added Node.js version 18.20.2.
15
+
13
16
## [ 3.0.3] - 2024-04-04
14
17
15
18
- Added Node.js version 21.7.2.
@@ -376,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
376
379
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
377
380
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
378
381
379
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
382
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
383
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
380
384
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
381
385
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
382
386
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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.0.3 "
5
+ version = " 3.0.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.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -264,7 +268,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
264
268
### Added
265
269
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
266
270
267
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
271
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
272
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
268
273
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
269
274
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
270
275
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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.0.3 "
5
+ version = " 3.0.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,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.0.4] - 2024-04-10
11
+
10
12
- Added npm version 10.5.2.
13
+
11
14
## [ 3.0.3] - 2024-04-04
12
15
13
16
- Added npm version 10.5.1.
@@ -95,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
98
96
99
- Initial release
97
100
98
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
101
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
102
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
99
103
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
100
104
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
101
105
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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.0.3 "
5
+ version = " 3.0.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.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -88,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
92
89
93
- Initial release
90
94
91
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
95
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
96
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
92
97
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
93
98
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
94
99
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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.0.3 "
5
+ version = " 3.0.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
+ ## [ 3.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -54,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
58
55
59
- Initial release
56
60
57
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
61
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
62
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
58
63
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
59
64
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
60
65
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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 = " 3.0.3 "
5
+ version = " 3.0.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."
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.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -141,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
145
142
146
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
143
147
144
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
148
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
149
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
145
150
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
146
151
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
147
152
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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-install"
5
- version = " 3.0.3 "
5
+ version = " 3.0.4 "
6
6
name = " Heroku Node.js pnpm install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm 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
+ ## [ 3.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -243,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243
247
### Added
244
248
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
245
249
246
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
250
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
251
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
247
252
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
248
253
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
249
254
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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-yarn"
5
- version = " 3.0.3 "
5
+ version = " 3.0.4 "
6
6
name = " Heroku Node.js Yarn"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Yarn 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.0.4] - 2024-04-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.3] - 2024-04-04
11
15
12
16
- No changes.
@@ -219,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219
223
### Fixed
220
224
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
221
225
222
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
226
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
227
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
223
228
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
224
229
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
225
230
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.7"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm"
5
- version = " 3.0.3 "
5
+ version = " 3.0.4 "
6
6
name = " Heroku Node.js npm (DEPRECATED)"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " [DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.4] - 2024-04-10
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.4 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.0.4 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.0.4 ` .
17
+
10
18
## [ 3.0.3] - 2024-04-04
11
19
12
20
### Changed
@@ -449,7 +457,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
449
457
### Changed
450
458
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
451
459
452
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
460
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
461
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
453
462
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
454
463
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
455
464
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.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"
5
- version = " 3.0.3 "
5
+ version = " 3.0.4 "
6
6
name = " Salesforce Node.js Function"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
14
14
15
15
[[order .group ]]
16
16
id = " heroku/nodejs-engine"
17
- version = " 3.0.3 "
17
+ version = " 3.0.4 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.0.3 "
21
+ version = " 3.0.4 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.0.3 "
25
+ version = " 3.0.4 "
26
26
27
27
[metadata .release ]
28
28
image = { repository = " docker.io/heroku/buildpack-nodejs-function" }
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.4] - 2024-04-10
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.0.4 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.4 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.0.4 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.0.4 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.0.4 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.0.4 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.0.4 ` .
21
+
10
22
## [ 3.0.3] - 2024-04-04
11
23
12
24
### Changed
@@ -497,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
497
509
### Changed
498
510
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
499
511
500
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
512
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
513
+ [ 3.0.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
501
514
[ 3.0.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
502
515
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
503
516
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
You can’t perform that action at this time.
0 commit comments