Skip to content

Commit 261fcae

Browse files
authored
change it to minor version instead of patch
1 parent 4059d2a commit 261fcae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/artifact/RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @actions/artifact Releases
22

3-
### 2.3.2
3+
### 2.4.0
44

55
- Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982)
66
- Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991)

packages/artifact/package.json

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

packages/cache/RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @actions/cache Releases
22

3-
### 4.0.3
3+
### 4.1.0
44

55
- Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982)
66

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": "4.0.3",
3+
"version": "4.1.0",
44
"preview": true,
55
"description": "Actions cache lib",
66
"keywords": [

0 commit comments

Comments
 (0)