Skip to content

Commit 130196d

Browse files
Update Inventory for heroku/nodejs-yarn (#1043)
- Added Yarn version 4.7.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 38bf97d commit 130196d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

buildpacks/nodejs-yarn/CHANGELOG.md

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

88
## [Unreleased]
99

10+
- Added Yarn version 4.7.0.
1011
## [3.5.0] - 2025-02-28
1112

1213
### Changed

buildpacks/nodejs-yarn/inventory.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,3 +1134,9 @@ channel = "release"
11341134
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.6.0.tar.gz"
11351135
etag = "5e0848be2945494526152d39a1c0093c"
11361136

1137+
[[releases]]
1138+
version = "4.7.0"
1139+
channel = "release"
1140+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.7.0.tar.gz"
1141+
etag = "4a4f68e8f7bf1bcc22faf627e5516333"
1142+

0 commit comments

Comments
 (0)