File tree 22 files changed +105
-39
lines changed
22 files changed +105
-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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -128,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
132
129
133
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
130
134
131
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
135
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
136
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
132
137
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
133
138
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
134
139
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.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,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.2] - 2024-03-27
11
+
10
12
- Added Node.js version 20.12.0.
11
13
- Added Node.js version 18.20.0.
14
+
12
15
## [ 3.0.1] - 2024-03-11
13
16
14
17
- Added Node.js version 21.7.1.
@@ -364,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
364
367
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
365
368
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
366
369
367
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
370
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
371
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
368
372
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
369
373
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
370
374
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.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,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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -256,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
260
### Added
257
261
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
258
262
259
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
263
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
264
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
260
265
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
261
266
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
262
267
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.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,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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -86,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
90
87
91
- Initial release
88
92
89
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
93
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
94
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
90
95
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
91
96
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
92
97
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.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,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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -80,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
84
81
85
- Initial release
82
86
83
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
87
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
88
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
84
89
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
85
90
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
86
91
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.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."
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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
50
47
51
- Initial release
48
52
49
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
53
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
54
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
50
55
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
51
56
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
52
57
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.2 "
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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -133,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133
137
134
138
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
135
139
136
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
140
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
141
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
137
142
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
138
143
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
139
144
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.2 "
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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- Added Yarn version 1.22.22.
@@ -235,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235
239
### Added
236
240
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
237
241
238
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
242
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
243
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
239
244
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
240
245
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
241
246
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.2 "
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.2] - 2024-03-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.1] - 2024-03-11
11
15
12
16
- No changes.
@@ -211,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211
215
### Fixed
212
216
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
213
217
214
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
218
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
219
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
215
220
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
216
221
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
217
222
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.2 "
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.2] - 2024-03-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.2 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.0.2 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.0.2 ` .
17
+
10
18
## [ 3.0.1] - 2024-03-11
11
19
12
20
### Changed
@@ -433,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
433
441
### Changed
434
442
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
435
443
436
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
444
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
445
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
437
446
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
438
447
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
439
448
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
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.1 "
5
+ version = " 3.0.2 "
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.1 "
17
+ version = " 3.0.2 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.0.1 "
21
+ version = " 3.0.2 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.0.1 "
25
+ version = " 3.0.2 "
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.2] - 2024-03-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.0.2 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.2 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.0.2 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.0.2 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.0.2 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.0.2 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.0.2 ` .
21
+
10
22
## [ 3.0.1] - 2024-03-11
11
23
12
24
### Changed
@@ -473,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
473
485
### Changed
474
486
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
475
487
476
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
488
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
489
+ [ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
477
490
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
478
491
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
479
492
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
You can’t perform that action at this time.
0 commit comments