Skip to content

Commit 760cb87

Browse files
Prepare release v3.5.3 (#1067)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.5.3`. - Updated `heroku/nodejs-engine` to `3.5.3`. - Updated `heroku/nodejs-npm-engine` to `3.5.3`. - Updated `heroku/nodejs-npm-install` to `3.5.3`. - Updated `heroku/nodejs-pnpm-engine` to `3.5.3`. - Updated `heroku/nodejs-pnpm-install` to `3.5.3`. - Updated `heroku/nodejs-yarn` to `3.5.3`. ## heroku/nodejs-corepack ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ## heroku/nodejs-engine ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ### Added - 23.11.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.5.3`. - Updated `heroku/nodejs-function-invoker` to `3.5.3`. - Updated `heroku/nodejs-npm` to `3.5.3`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ## heroku/nodejs-npm-install ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ## heroku/nodejs-pnpm-engine ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ## heroku/nodejs-pnpm-install ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ## heroku/nodejs-yarn ### Changed - Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](#1063)) ### Added - Added Yarn version 4.8.1. - Added Yarn version 4.8.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 4956c87 commit 760cb87

File tree

22 files changed

+93
-40
lines changed

22 files changed

+93
-40
lines changed

Diff for: buildpacks/nodejs-corepack/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324326

325327
- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))
326328

327-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
329+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
330+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
328331
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
329332
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
330333
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-corepack/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-corepack"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js Corepack"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-engine/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -817,7 +819,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
817819
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
818820
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
819821

820-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
822+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
823+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
821824
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
822825
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
823826
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-engine"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-function-invoker/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
12+
- No changes.
13+
1014
## [3.5.2] - 2025-03-28
1115

1216
- No changes.
@@ -446,7 +450,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
446450
### Added
447451
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
448452

449-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
453+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
454+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
450455
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
451456
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
452457
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-function-invoker/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function-invoker"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Salesforce Node.js Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."

Diff for: buildpacks/nodejs-npm-engine/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282284

283285
- Initial release
284286

285-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
287+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
288+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
286289
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
287290
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
288291
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-npm-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-engine"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js npm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-npm-install/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282284

283285
- Initial release
284286

285-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
287+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
288+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
286289
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
287290
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
288291
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-npm-install/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-install"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js npm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-pnpm-engine/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -240,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
240242

241243
- Initial release
242244

243-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
245+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
246+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
244247
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
245248
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
246249
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-pnpm-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-engine"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js pnpm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-pnpm-install/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329331

330332
- Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488))
331333

332-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
334+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
335+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
333336
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
334337
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
335338
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-pnpm-install/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-install"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js pnpm install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/nodejs-yarn/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
1012
### Changed
1113

1214
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([#1063](https://github.com/heroku/buildpacks-nodejs/pull/1063))
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
- Added Yarn version 4.8.1.
1719
- Added Yarn version 4.8.0.
18-
20+
1921
## [3.5.2] - 2025-03-28
2022

2123
- No changes.
@@ -444,7 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
444446
### Added
445447
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
446448

447-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
449+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
450+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
448451
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
449452
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
450453
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/nodejs-yarn/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-yarn"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js Yarn"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."

Diff for: buildpacks/npm/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
12+
- No changes.
13+
1014
## [3.5.2] - 2025-03-28
1115

1216
- No changes.
@@ -397,7 +401,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397401
### Fixed
398402
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))
399403

400-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
404+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
405+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
401406
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
402407
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
403408
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: buildpacks/npm/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.7"
22

33
[buildpack]
44
id = "heroku/nodejs-npm"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Heroku Node.js npm (DEPRECATED)"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."

Diff for: meta-buildpacks/nodejs-function/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.5.3`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.5.3`.
16+
- Updated `heroku/nodejs-npm` to `3.5.3`.
17+
1018
## [3.5.2] - 2025-03-28
1119

1220
### Changed
@@ -801,7 +809,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
801809
### Changed
802810
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))
803811

804-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
812+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
813+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
805814
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
806815
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
807816
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

Diff for: meta-buildpacks/nodejs-function/buildpack.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function"
5-
version = "3.5.2"
5+
version = "3.5.3"
66
name = "Salesforce Node.js Function"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
1414

1515
[[order.group]]
1616
id = "heroku/nodejs-engine"
17-
version = "3.5.2"
17+
version = "3.5.3"
1818

1919
[[order.group]]
2020
id = "heroku/nodejs-npm"
21-
version = "3.5.2"
21+
version = "3.5.3"
2222

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.5.2"
25+
version = "3.5.3"
2626

2727
[metadata.release]
2828
image = { repository = "docker.io/heroku/buildpack-nodejs-function" }

Diff for: meta-buildpacks/nodejs/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.3] - 2025-04-03
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.5.3`.
15+
- Updated `heroku/nodejs-engine` to `3.5.3`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.5.3`.
17+
- Updated `heroku/nodejs-npm-install` to `3.5.3`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.5.3`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.5.3`.
20+
- Updated `heroku/nodejs-yarn` to `3.5.3`.
21+
1022
## [3.5.2] - 2025-03-28
1123

1224
### Changed
@@ -1029,7 +1041,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10291041
### Changed
10301042
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
10311043

1032-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
1044+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
1045+
[3.5.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
10331046
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
10341047
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
10351048
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0

0 commit comments

Comments
 (0)