Skip to content

Commit 0dea61a

Browse files
Aiqiao YanAiqiao Yan
authored andcommitted
Bump cache package version
1 parent fde6221 commit 0dea61a

File tree

3 files changed

+106
-103
lines changed

3 files changed

+106
-103
lines changed

packages/cache/RELEASES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
### 0.1.0
44

5-
- Initial release
5+
- Initial release
6+
7+
### 0.2.0
8+
- Fixes two issues around using zstd compression algorithm

packages/cache/package-lock.json

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

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/cache",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"preview": true,
55
"description": "Actions cache lib",
66
"keywords": [

0 commit comments

Comments
 (0)