From 243f34e9e06a1fc2a9b529eea3af5b801386d883 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Thu, 27 May 2021 11:18:50 -0400 Subject: [PATCH 1/2] tc 1.7.0 release --- packages/tool-cache/RELEASES.md | 7 ++++++- packages/tool-cache/package-lock.json | 2 +- packages/tool-cache/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 872d15657c..22dbd72eba 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 downloads 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 ce565e2868..e32bb7ffdb 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 aaf318cd15..61c547a960 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", From 96872e277675b71c3b368fcb291f8da625429f83 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Thu, 27 May 2021 11:20:10 -0400 Subject: [PATCH 2/2] update verbiage --- packages/tool-cache/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 22dbd72eba..ef5a3116d6 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,7 +1,7 @@ # @actions/tool-cache Releases ### 1.7.0 -- [Allow arbirtary headers when downloads tools to the tc](https://github.com/actions/toolkit/pull/530) +- [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)