diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 872d1565..ef5a3116 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,7 +1,12 @@ # @actions/tool-cache Releases +### 1.7.0 +- [Allow arbirtary headers when downloading tools to the tc](https://github.com/actions/toolkit/pull/530) +- [Export `isExplicitVersion` and `evaluateVersions` functions](https://github.com/actions/toolkit/pull/796) +- [Force overwrite on default when extracted compressed files](https://github.com/actions/toolkit/pull/807) + ### 1.6.1 -- [Update @actions/core version](https://github.com/actions/toolkit/pull/636) +- [Update @actions/core version](https://github.com/actions/toolkit/pull/636) ### 1.6.0 - [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207) diff --git a/packages/tool-cache/package-lock.json b/packages/tool-cache/package-lock.json index ce565e28..e32bb7ff 100644 --- a/packages/tool-cache/package-lock.json +++ b/packages/tool-cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index aaf318cd..61c547a9 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.6.1", + "version": "1.7.0", "description": "Actions tool-cache lib", "keywords": [ "github",