File tree Expand file tree Collapse file tree 22 files changed +98
-39
lines changed Expand file tree Collapse file tree 22 files changed +98
-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.16] - 2024-10-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.15] - 2024-10-04
11
15
12
16
- No changes.
@@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218
222
219
223
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
220
224
221
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
225
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
226
+ [ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
222
227
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
223
228
[ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
224
229
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
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.15 "
5
+ version = " 3.2.16 "
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.16] - 2024-10-22
11
+
10
12
### Added
11
13
12
14
- 23.0.0 (linux-amd64, linux-arm64)
@@ -676,7 +678,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
676
678
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
677
679
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
678
680
679
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
681
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
682
+ [ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
680
683
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
681
684
[ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
682
685
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
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.15 "
5
+ version = " 3.2.16 "
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.16] - 2024-10-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.15] - 2024-10-04
11
15
12
16
- No changes.
@@ -348,7 +352,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
348
352
### Added
349
353
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
350
354
351
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
355
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
356
+ [ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
352
357
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
353
358
[ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
354
359
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
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.15 "
5
+ version = " 3.2.16 "
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.16] - 2024-10-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.15] - 2024-10-04
11
15
12
16
- Added npm version 10.9.0.
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177
181
178
182
- Initial release
179
183
180
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
184
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
185
+ [ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
181
186
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
182
187
[ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
183
188
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
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.15 "
5
+ version = " 3.2.16 "
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,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.16] - 2024-10-22
11
+
10
12
### Added
11
13
12
14
- Allow configuration of build script behavior through the ` node_build_scripts ` build plan. ([ #928 ] ( https://github.com/heroku/buildpacks-nodejs/pull/928 ) )
@@ -175,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
177
176
178
- Initial release
177
179
178
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
180
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
181
+ [ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
179
182
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
180
183
[ 3.2.14 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
181
184
[ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
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.15 "
5
+ version = " 3.2.16 "
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