Skip to content

Commit 367a6c2

Browse files
authored
Exec 1.2.0 patch (#1055)
1 parent 8f2bd5d commit 367a6c2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/exec/RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @actions/exec Releases
22

3+
### 1.2.0
4+
- Added a `verbose` option to HashFiles [#1052](https://github.com/actions/toolkit/pull/1052/files)
5+
36
### 1.1.1
47
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
58

packages/exec/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/exec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/exec",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Actions exec lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)