2019-08-22 13:14:49 -04:00
|
|
|
# @actions/io Releases
|
|
|
|
|
|
2022-12-07 18:49:57 +00:00
|
|
|
### 1.1.3
|
|
|
|
|
- [Fixed a security bug where we used child_proccess.exec instead of execFile for windows](https://github.com/actions/toolkit/pull/1255)
|
2022-03-16 11:23:44 -07:00
|
|
|
### 1.1.2
|
|
|
|
|
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
|
|
|
|
|
|
2021-06-07 15:09:34 -04:00
|
|
|
### 1.1.1
|
|
|
|
|
- [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828)
|
|
|
|
|
|
2021-04-03 01:22:30 +09:00
|
|
|
### 1.1.0
|
|
|
|
|
|
|
|
|
|
- Add `findInPath` method to locate all matching executables in the system path
|
|
|
|
|
|
2020-01-14 11:58:44 -05:00
|
|
|
### 1.0.2
|
|
|
|
|
|
|
|
|
|
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
|
|
|
|
|
|
2019-08-22 13:14:49 -04:00
|
|
|
### 1.0.0
|
|
|
|
|
|
2021-04-03 01:22:30 +09:00
|
|
|
- Initial release
|