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": [