Skip to content

Commit f3297f5

Browse files
author
Robert Jackson
committed
Release 3.0.0-beta.1
1 parent d6eb206 commit f3297f5

File tree

4 files changed

+6444
-6167
lines changed

4 files changed

+6444
-6167
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
5+
## v3.0.0-beta.1 (2022-08-18)
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+
15+
#### :bug: Bug Fix
16+
* [#95](https://github.com/volta-cli/action/pull/95) Add `scope` to list of inputs ([@rwjblue](https://github.com/rwjblue))
17+
18+
#### :house: Internal
19+
* [#46](https://github.com/volta-cli/action/pull/46) Update to npm@8 ([@rwjblue](https://github.com/rwjblue))
20+
* [#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))
21+
* [#92](https://github.com/volta-cli/action/pull/92) Migrate CI jobs to checkout `action` into subdirectory ([@rwjblue](https://github.com/rwjblue))
22+
23+
#### Committers: 1
24+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
25+
26+
427
## v2.0.1 (2022-08-12)
528

629
#### :house: Internal

0 commit comments

Comments
 (0)