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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158
162
159
163
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
160
164
161
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
165
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
166
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
162
167
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
163
168
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
164
169
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
10
12
- Added 20.13.1 (linux-arm64), 20.13.1 (linux-amd64).
13
+
11
14
## [ 3.2.0] - 2024-05-09
12
15
13
16
- No changes.
@@ -398,7 +401,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
398
401
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
399
402
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
400
403
401
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
404
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
405
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
402
406
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
403
407
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
404
408
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -286,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286
290
### Added
287
291
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
288
292
289
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
293
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
294
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
290
295
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
291
296
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
292
297
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -117,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
121
118
122
- Initial release
119
123
120
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
124
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
125
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
121
126
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
122
127
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
123
128
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -110,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110
114
111
115
- Initial release
112
116
113
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
117
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
118
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
114
119
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
115
120
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
116
121
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -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.2.0...HEAD
83
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
84
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
80
85
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
81
86
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
82
87
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -163,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163
167
164
168
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
165
169
166
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
170
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
171
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
167
172
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
168
173
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
169
174
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
10
12
- Added Yarn version 4.2.2.
13
+
11
14
## [ 3.2.0] - 2024-05-09
12
15
13
16
- No changes.
@@ -268,7 +271,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
268
271
### Added
269
272
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
270
273
271
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
274
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
275
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
272
276
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
273
277
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
274
278
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.0] - 2024-05-09
11
15
12
16
- No changes.
@@ -239,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239
243
### Fixed
240
244
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
241
245
242
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
246
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
247
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
243
248
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
244
249
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
245
250
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.1 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.2.1 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.2.1 ` .
17
+
10
18
## [ 3.2.0] - 2024-05-09
11
19
12
20
### Changed
@@ -489,7 +497,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
489
497
### Changed
490
498
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
491
499
492
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
500
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
501
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
493
502
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
494
503
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
495
504
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.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.2.0 "
5
+ version = " 3.2.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.2.0 "
17
+ version = " 3.2.1 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.2.0 "
21
+ version = " 3.2.1 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.2.0 "
25
+ version = " 3.2.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.2.1] - 2024-05-10
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.2.1 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.1 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.2.1 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.2.1 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.2.1 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.2.1 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.2.1 ` .
21
+
10
22
## [ 3.2.0] - 2024-05-09
11
23
12
24
### Added
@@ -561,7 +573,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
561
573
### Changed
562
574
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
563
575
564
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...HEAD
576
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...HEAD
577
+ [ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
565
578
[ 3.2.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.1.0...v3.2.0
566
579
[ 3.1.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.6...v3.1.0
567
580
[ 3.0.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.5...v3.0.6
You can’t perform that action at this time.
0 commit comments