release notes (#308)

This commit is contained in:
eric sciple
2020-01-14 11:58:44 -05:00
committed by GitHub
parent 461fc2b9c9
commit e69833ed16
6 changed files with 32 additions and 0 deletions

View File

@@ -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)