From dd4e856a4e2d1e4fefb901d40ad7616dae1bc886 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Thu, 19 May 2022 18:17:15 +0000 Subject: [PATCH] @actions/artifact 1.1.0 release --- packages/artifact/RELEASES.md | 6 +++++- packages/artifact/package-lock.json | 2 +- packages/artifact/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index d9e1935cad..e40dc31038 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -85,4 +85,8 @@ ### 1.0.2 -- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) \ No newline at end of file +- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) + +### 1.1.0 + +- Add `x-actions-results-crc64` and `x-actions-results-md5` checksum headers on upload [#1063](https://github.com/actions/toolkit/pull/1063) \ No newline at end of file diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index f46f3efdf7..cbaee782e7 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 1a8e1b7a15..8b204dd730 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "1.0.2", + "version": "1.1.0", "preview": true, "description": "Actions artifact lib", "keywords": [