Skip to content

Commit

Permalink
updating release notes (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmjoseph committed Jan 10, 2024
1 parent 64b2775 commit 0389dcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions packages/artifact/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@

### 2.0.0

Major release. Supports new Artifact backend for improved speed, reliability and behavior.
Numerous API changes, [some breaking](./README.md#breaking-changes).
- Major release. Supports new Artifact backend for improved speed, reliability and behavior.
- Numerous API changes, [some breaking](./README.md#breaking-changes).

Blog post with more info: TBD
- Blog post with more info: TBD

### 2.0.1

- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249
4 changes: 2 additions & 2 deletions packages/artifact/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "2.0.0",
"version": "2.0.1",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down Expand Up @@ -62,4 +62,4 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 0389dcd

Please sign in to comment.