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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
128
125
129
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
126
130
127
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
131
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
132
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
128
133
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
129
134
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
130
135
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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,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.1] - 2024-03-11
11
+
10
12
- Added Node.js version 21.7.1.
13
+
11
14
## [ 3.0.0] - 2024-03-08
12
15
13
16
- Added Node.js version 21.7.0.
@@ -359,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
359
362
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
360
363
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
361
364
362
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
365
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
366
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
363
367
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
364
368
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
365
369
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -252,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
256
### Added
253
257
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
254
258
255
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
259
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
260
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
256
261
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
257
262
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
258
263
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
86
83
87
- Initial release
84
88
85
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
89
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
90
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
86
91
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
87
92
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
88
93
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
80
77
81
- Initial release
78
82
79
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
83
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
84
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
80
85
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
81
86
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
82
87
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
46
43
47
- Initial release
44
48
45
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
49
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
50
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
46
51
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
47
52
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
48
53
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- Bump to Buildpack API 0.10.
@@ -129,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129
133
130
134
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
131
135
132
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
136
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
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
135
140
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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,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.1] - 2024-03-11
11
+
10
12
- Added Yarn version 1.22.22.
13
+
11
14
## [ 3.0.0] - 2024-03-08
12
15
13
16
- Bump to Buildpack API 0.10.
@@ -232,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
235
### Added
233
236
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
234
237
235
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
238
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
239
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
236
240
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
237
241
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
238
242
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.0] - 2024-03-08
11
15
12
16
- No changes.
@@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207
211
### Fixed
208
212
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
209
213
210
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
214
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
215
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
211
216
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
212
217
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
213
218
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.1 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.0.1 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.0.1 ` .
17
+
10
18
## [ 3.0.0] - 2024-03-08
11
19
12
20
- Bump to Buildpack API 0.10.
@@ -425,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
425
433
### Changed
426
434
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
427
435
428
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
436
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
437
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
429
438
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
430
439
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
431
440
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
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.0 "
5
+ version = " 3.0.1 "
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.0 "
17
+ version = " 3.0.1 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.0.0 "
21
+ version = " 3.0.1 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.0.0 "
25
+ version = " 3.0.1 "
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.1] - 2024-03-11
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.0.1 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.0.1 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.0.1 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.0.1 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.0.1 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.0.1 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.0.1 ` .
21
+
10
22
## [ 3.0.0] - 2024-03-08
11
23
12
24
- Bump to Buildpack API 0.10.
@@ -461,7 +473,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461
473
### Changed
462
474
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
463
475
464
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
476
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
477
+ [ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
465
478
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
466
479
[ 2.6.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
467
480
[ 2.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
You can’t perform that action at this time.
0 commit comments