mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:09:10 +08:00

* Revert "Exec 1.2.0 patch" c9f7927778fe84bc9add1775eb9f5e00ce625d04 * glob 0.3.0 release
22 lines
601 B
Markdown
22 lines
601 B
Markdown
# @actions/exec Releases
|
|
|
|
### 1.1.1
|
|
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
|
|
|
|
### 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)
|
|
|
|
### 1.0.2
|
|
|
|
- [Which before invoking tool](https://github.com/actions/toolkit/pull/220)
|
|
|
|
### 1.0.0
|
|
|
|
- Initial release |