From 261fcae498b65dbb9eeaeb5778039721f60af02b Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 17 Mar 2025 12:44:51 +0000 Subject: [PATCH] change it to minor version instead of patch --- packages/artifact/RELEASES.md | 2 +- packages/artifact/package.json | 2 +- packages/cache/RELEASES.md | 2 +- packages/cache/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 1725dfe4..0b8f1f9e 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,6 +1,6 @@ # @actions/artifact Releases -### 2.3.2 +### 2.4.0 - Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) - Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 5881366f..db410e81 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.3.2", + "version": "2.4.0", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 53186ffd..9e3262d5 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,6 +1,6 @@ # @actions/cache Releases -### 4.0.3 +### 4.1.0 - Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) diff --git a/packages/cache/package.json b/packages/cache/package.json index c2cbc6e6..b92a626b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "4.0.3", + "version": "4.1.0", "preview": true, "description": "Actions cache lib", "keywords": [