Skip to content

Commit 0389dcd

Browse files
authored
updating release notes (#1620)
1 parent 64b2775 commit 0389dcd

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

packages/artifact/RELEASES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@
9797

9898
### 2.0.0
9999

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

103-
Blog post with more info: TBD
103+
- Blog post with more info: TBD
104+
105+
### 2.0.1
106+
107+
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249

packages/artifact/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artifact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/artifact",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [
@@ -62,4 +62,4 @@
6262
"typedoc-plugin-markdown": "^3.17.1",
6363
"typescript": "^5.2.2"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)