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.3.0] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.18] - 2024-10-31
11
15
12
16
- No changes.
@@ -230,7 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
230
234
231
235
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
232
236
233
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
237
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
238
+ [ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
234
239
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
235
240
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
236
241
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
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.18 "
5
+ version = " 3.3.0 "
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.3.0] - 2024-10-31
11
+
10
12
### Changed
11
13
12
14
- Updated default Node.js version to 22.x.
@@ -695,7 +697,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
695
697
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
696
698
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
697
699
698
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
700
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
701
+ [ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
699
702
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
700
703
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
701
704
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
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.18 "
5
+ version = " 3.3.0 "
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.3.0] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.18] - 2024-10-31
11
15
12
16
- No changes.
@@ -360,7 +364,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
360
364
### Added
361
365
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
362
366
363
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
367
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
368
+ [ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
364
369
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
365
370
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
366
371
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
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.18 "
5
+ version = " 3.3.0 "
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.3.0] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.18] - 2024-10-31
11
15
12
16
- No changes.
@@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189
193
190
194
- Initial release
191
195
192
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
196
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
197
+ [ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
193
198
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
194
199
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
195
200
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
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.18 "
5
+ version = " 3.3.0 "
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.3.0] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.18] - 2024-10-31
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.18...HEAD
192
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
193
+ [ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
189
194
[ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
190
195
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
191
196
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
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.18 "
5
+ version = " 3.3.0 "
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