From 5905c6b5c1b05416b9fc8010574958519d9750cb Mon Sep 17 00:00:00 2001 From: Jonathan Tamsut Date: Tue, 1 Mar 2022 12:36:05 -0800 Subject: [PATCH] Bump major version --- packages/artifact/RELEASES.md | 6 +++++- packages/artifact/package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index fa600bf8..8f3fd713 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -73,4 +73,8 @@ ### 0.6.1 -- Fix for failing 0 byte file uploads on Windows [#962](https://github.com/actions/toolkit/pull/962) \ No newline at end of file +- Fix for failing 0 byte file uploads on Windows [#962](https://github.com/actions/toolkit/pull/962) + +### 1.0.0 + +- Update `lockfileVersion` to `v2` in `package-lock.json [#1009](https://github.com/actions/toolkit/pull/1009) \ No newline at end of file diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 3b214944..6dd84aa2 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "0.6.1", + "version": "1.0.0", "preview": true, "description": "Actions artifact lib", "keywords": [