Skip to content

Commit 5efa0ab

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent 99bed16 commit 5efa0ab

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
@@ -2,6 +2,30 @@
22

33

44

5+
## v3.0.0 (2022-08-30)
6+
#
7+
#### :boom: Breaking Change
8+
* [#93](https://github.com/volta-cli/action/pull/93) Drop support for usage with Volta older than 1.0.0 ([@rwjblue](https://github.com/rwjblue))
9+
* [#75](https://github.com/volta-cli/action/pull/75) Output ESM into dist/ ([@rwjblue](https://github.com/rwjblue))
10+
* [#91](https://github.com/volta-cli/action/pull/91) Update action metadata to leverage Node 16 ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### :rocket: Enhancement
13+
* [#97](https://github.com/volta-cli/action/pull/97) Use `${{ github.token }}` to authenticate tool cache downloads ([@rwjblue](https://github.com/rwjblue))
14+
* [#98](https://github.com/volta-cli/action/pull/98) Allow explicitly specifying `openssl-version` (on self-hosted environments the `openssl` command may not be on `$PATH`) ([@scalvert](https://github.com/scalvert))
15+
16+
#### :bug: Bug Fix
17+
* [#95](https://github.com/volta-cli/action/pull/95) Add `scope` to list of inputs ([@rwjblue](https://github.com/rwjblue))
18+
19+
#### :house: Internal
20+
* [#46](https://github.com/volta-cli/action/pull/46) Update to npm@8 ([@rwjblue](https://github.com/rwjblue))
21+
* [#96](https://github.com/volta-cli/action/pull/96) Prevent test harness from defaulting to `./action` as default working directory ([@rwjblue](https://github.com/rwjblue))
22+
* [#92](https://github.com/volta-cli/action/pull/92) Migrate CI jobs to checkout `action` into subdirectory ([@rwjblue](https://github.com/rwjblue))
23+
24+
#### Committers: 2
25+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
26+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
27+
28+
529
## v3.0.0-beta.2 (2022-08-30)
630

731
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)