1
0
Fork 0

release notes (#308)

pull/311/head
eric sciple 2020-01-14 11:58:44 -05:00 committed by GitHub
parent 461fc2b9c9
commit e69833ed16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# @actions/core Releases # @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 ### 1.2.0
- saveState and getState functions for wrapper tasks (on finally entry points that run post job) - saveState and getState functions for wrapper tasks (on finally entry points that run post job)

View File

@ -1,5 +1,13 @@
# @actions/exec Releases # @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 ### 1.0.0
- Initial release - Initial release

View File

@ -1,5 +1,9 @@
# @actions/github Releases # @actions/github Releases
### 2.0.1
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
### 2.0.0 ### 2.0.0
- Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228) - Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228)

View File

@ -0,0 +1,5 @@
# @actions/glob Releases
### 0.1.0
- Initial release

View File

@ -1,5 +1,9 @@
# @actions/io Releases # @actions/io Releases
### 1.0.2
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
### 1.0.0 ### 1.0.0
- Initial release - Initial release

View File

@ -4,6 +4,12 @@
- [Uses @actions/http-client](https://github.com/actions/http-client) - [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 ### 1.1.2
- [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161) - [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161)