Skip to content

Commit

Permalink
Update @actions/exec to 1.1.0 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
luketomlinson committed Jun 7, 2021
1 parent db21627 commit bf4ce74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/exec/RELEASES.md
@@ -1,5 +1,11 @@
# @actions/exec Releases

### 1.1.0

- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)
- [Add getExecOutput function](https://github.com/actions/toolkit/pull/814)
- [Better error for bad cwd](https://github.com/actions/toolkit/pull/793)

### 1.0.3

- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
Expand Down
2 changes: 1 addition & 1 deletion packages/exec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/exec/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/exec",
"version": "1.0.4",
"version": "1.1.0",
"description": "Actions exec lib",
"keywords": [
"github",
Expand Down

0 comments on commit bf4ce74

Please sign in to comment.