File tree Expand file tree Collapse file tree 22 files changed +104
-39
lines changed Expand file tree Collapse file tree 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.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -226,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226
230
227
231
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
228
232
229
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
233
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
234
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
230
235
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
231
236
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
232
237
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.17 "
5
+ version = " 3.2.18 "
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
+ ## [ 3.2.18] - 2024-10-31
11
+
10
12
### Added
11
13
12
14
- 22.11.0 (linux-amd64, linux-arm64)
@@ -688,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
688
690
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
689
691
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
690
692
691
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
693
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
694
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
692
695
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
693
696
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
694
697
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.17 "
5
+ version = " 3.2.18 "
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.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -356,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356
360
### Added
357
361
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
358
362
359
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
363
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
364
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
360
365
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
361
366
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
362
367
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.17 "
5
+ version = " 3.2.18 "
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.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -185,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185
189
186
190
- Initial release
187
191
188
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
192
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
193
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
189
194
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
190
195
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
191
196
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.17 "
5
+ version = " 3.2.18 "
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.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -181,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181
185
182
186
- Initial release
183
187
184
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
188
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
189
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
185
190
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
186
191
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
187
192
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.17 "
5
+ version = " 3.2.18 "
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."
You can’t perform that action at this time.
0 commit comments