File tree Expand file tree Collapse file tree 22 files changed +102
-39
lines changed Expand file tree Collapse file tree 22 files changed +102
-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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -244,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244
248
245
249
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
246
250
247
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
251
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
252
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
248
253
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
249
254
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
250
255
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.3.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
10
12
### Added
11
13
12
14
- 23.3.0 (linux-amd64, linux-arm64)
@@ -711,7 +713,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
711
713
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
712
714
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
713
715
714
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
716
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
717
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
715
718
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
716
719
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
717
720
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.3.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -372,7 +376,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372
376
### Added
373
377
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
374
378
375
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
379
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
380
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
376
381
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
377
382
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
378
383
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.3.2 "
5
+ version = " 3.3.3 "
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,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.3.3] - 2024-11-22
11
+
10
12
- Added npm version 10.9.1.
13
+
11
14
## [ 3.3.2] - 2024-11-13
12
15
13
16
- No changes.
@@ -202,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
205
203
206
- Initial release
204
207
205
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
208
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
209
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
206
210
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
207
211
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
208
212
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.3.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197
201
198
202
- Initial release
199
203
200
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
204
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
205
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
201
206
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
202
207
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
203
208
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.3.2 "
5
+ version = " 3.3.3 "
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