Skip to content

Commit d5956bb

Browse files
authored
Updated release and package versions
1 parent a686c72 commit d5956bb

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66
### 3.0.1
77
- Added support for caching from GHES 3.5.
88
- Fixed download issue for files > 2GB during restore.
9+
10+
### 3.0.2
11+
- Added support for dynamic cache size cap on GHES.
12+
13+
### 3.0.3
14+
- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",

0 commit comments

Comments
 (0)