diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 51369194..1bd0fb7e 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -21,3 +21,8 @@ ### 1.0.2 - Use posix archive format to add support for some tools + +### 1.0.3 +- Use http-client v1.0.9 +- Fixes error handling so retries are not attempted on non-retryable errors (409 Conflict, for example) +- Adds 5 second delay between retry attempts diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index e903994b..f92f9af7 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cache/package.json b/packages/cache/package.json index c1962805..8184056d 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "1.0.2", + "version": "1.0.3", "preview": true, "description": "Actions cache lib", "keywords": [