Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ packages/*/__tests__/_temp/
.DS_Store
*.xar
packages/*/audit.json
.nx/
Comment thread
TingluoHuang marked this conversation as resolved.
Outdated
4 changes: 4 additions & 0 deletions packages/http-client/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Releases

## 3.0.1
- Add support for ACTIONS_ORCHESTRATION_ID in user-agent [#2229](https://github.com/actions/toolkit/pull/2229)
- Add default user-agent when none is provided [#2229](https://github.com/actions/toolkit/pull/2229)
Comment thread
TingluoHuang marked this conversation as resolved.
Outdated

## 3.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)

Expand Down
4 changes: 2 additions & 2 deletions packages/http-client/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/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "3.0.0",
Comment thread
TingluoHuang marked this conversation as resolved.
"version": "3.0.1",
"description": "Actions Http Client",
"keywords": [
"github",
Expand Down