diff --git a/RELEASES.md b/RELEASES.md index 5090b3f..85ba1b5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -32,3 +32,7 @@ ### 3.0.9 - Enhanced the warning message for cache unavailablity in case of GHES. + +### 3.0.10 +- Fix a bug with sorting inputs. +- Update definition for restore-keys in README.md diff --git a/package-lock.json b/package-lock.json index 2c65f05..5db399f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cache", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cache", - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "@actions/cache": "^3.0.4", diff --git a/package.json b/package.json index dd91655..c5183e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache", - "version": "3.0.9", + "version": "3.0.10", "private": true, "description": "Cache dependencies and build outputs", "main": "dist/restore/index.js",