diff --git a/packages/exec/RELEASES.md b/packages/exec/RELEASES.md index 17cfac70..527f90f6 100644 --- a/packages/exec/RELEASES.md +++ b/packages/exec/RELEASES.md @@ -1,5 +1,9 @@ # @actions/exec Releases +### 2.0.0 +- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110) +- Bump @actions/io from 1.0.1 to 2.0.0 + ### 1.1.1 - Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024) diff --git a/packages/exec/package.json b/packages/exec/package.json index bc4d77a2..22a794ff 100644 --- a/packages/exec/package.json +++ b/packages/exec/package.json @@ -1,6 +1,6 @@ { "name": "@actions/exec", - "version": "1.1.1", + "version": "2.0.0", "description": "Actions exec lib", "keywords": [ "github", @@ -36,6 +36,6 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/io": "^1.0.1" + "@actions/io": "^2.0.0" } }