Skip to content

Commit 2e822b5

Browse files
committed
Release 4.2.0
1 parent 289e7b0 commit 2e822b5

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111

1212

13+
14+
## v4.2.0 (2024-08-05)
15+
16+
#### :rocket: Enhancement
17+
* [#151](https://github.com/volta-cli/action/pull/151) Add support for Volta 2.0.0 ([@charlespierce](https://github.com/charlespierce))
18+
19+
#### Committers: 1
20+
- Charles Pierce ([@charlespierce](https://github.com/charlespierce))
21+
22+
1323
## v4.1.1 (2024-03-14)
1424

1525
#### :house: Internal

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23186,7 +23186,7 @@ async function buildDownloadUrl(platform, arch, version, variant = '', openSSLVe
2318623186
break;
2318723187
}
2318823188
case 'win32': {
23189-
fileName = `volta-${version}-windows-${arch === 'arm64' ? 'arm64' : '-x86_64'}.msi`;
23189+
fileName = `volta-${version}-windows-${arch === 'arm64' ? 'arm64' : 'x86_64'}.msi`;
2319023190
break;
2319123191
}
2319223192
default:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volta-cli/action",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "Setup volta for usage in your CI runs",
66
"keywords": [

0 commit comments

Comments
 (0)