diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index 30c8e205..174a9dbb 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,10 @@ # @actions/core Releases +### 1.2.1 + +- [Remove trailing comma from commands](https://github.com/actions/toolkit/pull/263) +- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) + ### 1.2.0 - saveState and getState functions for wrapper tasks (on finally entry points that run post job) diff --git a/packages/exec/RELEASES.md b/packages/exec/RELEASES.md index 27d8d781..0e99d156 100644 --- a/packages/exec/RELEASES.md +++ b/packages/exec/RELEASES.md @@ -1,5 +1,13 @@ # @actions/exec Releases +### 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 \ No newline at end of file diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index ef90e1c7..a827093a 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,9 @@ # @actions/github Releases +### 2.0.1 + +- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) + ### 2.0.0 - Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228) diff --git a/packages/glob/RELEASES.md b/packages/glob/RELEASES.md new file mode 100644 index 00000000..20b43a8a --- /dev/null +++ b/packages/glob/RELEASES.md @@ -0,0 +1,5 @@ +# @actions/glob Releases + +### 0.1.0 + +- Initial release diff --git a/packages/io/RELEASES.md b/packages/io/RELEASES.md index 402b7c16..be3f1ad1 100644 --- a/packages/io/RELEASES.md +++ b/packages/io/RELEASES.md @@ -1,5 +1,9 @@ # @actions/io Releases +### 1.0.2 + +- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) + ### 1.0.0 - Initial release \ No newline at end of file diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index a921d85a..a4dc6b8b 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -4,6 +4,12 @@ - [Uses @actions/http-client](https://github.com/actions/http-client) +### 1.2.0 + +- [Overload downloadTool to accept destination path](https://github.com/actions/toolkit/pull/257) +- [Fix `extractTar` on Windows](https://github.com/actions/toolkit/pull/264) +- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) + ### 1.1.2 - [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161)