Skip to content

Commit 03f1c13

Browse files
author
Robert Jackson
committed
Release 2.0.2
1 parent 7b5e338 commit 03f1c13

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

33

4+
## v2.0.2 (2022-08-17)
5+
6+
#### :bug: Bug Fix
7+
* [#95](https://github.com/volta-cli/action/pull/95) Add `scope` to list of inputs ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 1
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
12+
13+
414
## v2.0.1 (2022-08-12)
515

616
#### :house: Internal

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

0 commit comments

Comments
 (0)