Skip to content

Commit

Permalink
Bump artifact package version to v0.5.2 (#845)
Browse files Browse the repository at this point in the history
* bump version in package*.json

* changelog
  • Loading branch information
brcrista committed Jun 16, 2021
1 parent 9167ce1 commit a31b7ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/artifact/RELEASES.md
Expand Up @@ -58,3 +58,6 @@

- Bump @actions/http-client to version 1.0.11 to fix proxy related issues during artifact upload and download

### 0.5.2

- Add HTTP 500 as a retryable status code for artifact upload and download.
2 changes: 1 addition & 1 deletion packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artifact/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "0.5.1",
"version": "0.5.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down

0 comments on commit a31b7ec

Please sign in to comment.