toolkit/packages/exec/RELEASES.md

26 lines
744 B
Markdown
Raw Permalink Normal View History

# @actions/exec Releases
2025-10-31 23:55:29 +08:00
### 2.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
- Bump @actions/io dependency from ^1.0.1 to ^2.0.0
2025-10-31 23:55:29 +08:00
### 1.1.1
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
2021-06-07 22:09:34 +08:00
### 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)
2020-01-15 00:58:44 +08:00
### 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