Skip to content

Commit 2588800

Browse files
author
Robert Jackson
committed
Release 4.0.0
1 parent 979c865 commit 2588800

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@
77

88

99

10+
## v4.0.0 (2022-10-03)
11+
12+
#### :boom: Breaking Change
13+
* [#102](https://github.com/volta-cli/action/pull/102) Replace `openssl-version` configuration with `variant` ([@scalvert](https://github.com/scalvert))
14+
15+
#### :memo: Documentation
16+
* [#104](https://github.com/volta-cli/action/pull/104) Add action-docs updater ([@rwjblue](https://github.com/rwjblue))
17+
* [#103](https://github.com/volta-cli/action/pull/103) Remove reference to https://volta.sh/latest-version in logging ([@rwjblue](https://github.com/rwjblue))
18+
19+
#### :rocket: Enhancement
20+
* [#107](https://github.com/volta-cli/action/pull/107) Add `package-json-path` input to specify location of `package.json` ([@rwjblue](https://github.com/rwjblue))
21+
22+
#### :bug: Bug Fix
23+
* [#110](https://github.com/volta-cli/action/pull/110) Fix for self-hoster runners (instead of relying on `RUNNER_TEMP`) ([@jeevcat](https://github.com/jeevcat))
24+
* [#111](https://github.com/volta-cli/action/pull/111) Fall back to downloading latest version from volta.sh on rate-limit ([@ZauberNerd](https://github.com/ZauberNerd))
25+
* [#115](https://github.com/volta-cli/action/pull/115) Add support for Volta 1.1.0 ([@rwjblue](https://github.com/rwjblue))
26+
27+
#### Committers: 4
28+
- Björn Brauer ([@ZauberNerd](https://github.com/ZauberNerd))
29+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
30+
- Sam Jeeves ([@jeevcat](https://github.com/jeevcat))
31+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
32+
33+
1034
## v4.0.0-beta.4 (2022-10-03)
1135

1236
#### :bug: Bug Fix

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.0.0-beta.4",
3+
"version": "4.0.0",
44
"private": true,
55
"description": "Setup volta for usage in your CI runs",
66
"keywords": [

0 commit comments

Comments
 (0)