We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bf97d commit 130196dCopy full SHA for 130196d
buildpacks/nodejs-yarn/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- Added Yarn version 4.7.0.
11
## [3.5.0] - 2025-02-28
12
13
### Changed
buildpacks/nodejs-yarn/inventory.toml
@@ -1134,3 +1134,9 @@ channel = "release"
1134
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.6.0.tar.gz"
1135
etag = "5e0848be2945494526152d39a1c0093c"
1136
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