New versions of toolkit packages (#835)

This commit is contained in:
Thomas Boop
2021-06-07 15:09:34 -04:00
committed by GitHub
parent c5e1af5dc3
commit 243a8bba07
10 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
# @actions/io Releases
### 1.1.1
- [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828)
### 1.1.0
- Add `findInPath` method to locate all matching executables in the system path

View File

@@ -1,5 +1,5 @@
{
"name": "@actions/io",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/io",
"version": "1.1.0",
"version": "1.1.1",
"description": "Actions io lib",
"keywords": [
"github",