Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs-yarn (#922)
Browse files Browse the repository at this point in the history
- Added Yarn version 4.5.0.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>
  • Loading branch information
heroku-linguist[bot] and colincasey committed Sep 24, 2024
1 parent ec50d1c commit 54771ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added Yarn version 4.5.0.
## [3.2.13] - 2024-09-04

- No changes.
Expand Down
6 changes: 6 additions & 0 deletions buildpacks/nodejs-yarn/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,3 +1092,9 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.4.1.tar.gz"
etag = "6a1536295fe451213537fb1cc0f5de63"

[[releases]]
version = "4.5.0"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.5.0.tar.gz"
etag = "4794a306e45c69f4b0cf10c775c9f010"

0 comments on commit 54771ad

Please sign in to comment.