Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2024
1 parent da6db08 commit 4253eb9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/ninety-pigs-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-dancers-nail.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @whatwg-node/node-fetch

## 0.5.25

### Patch Changes

- [#1592](https://github.com/ardatan/whatwg-node/pull/1592)
[`71c79c6`](https://github.com/ardatan/whatwg-node/commit/71c79c639713ef738bd63f233ec20bdc1181b8e5)
Thanks [@ardatan](https://github.com/ardatan)! - When cURL is used as the HTTP client
implementation instead of node:http, `SSL_VERIFYPEER` should be set `false` when the
`NODE_TLS_REJECT_UNAUTHORIZED` environment variable is set to `0`. `CAINFO` should be set to the
value of the `NODE_EXTRA_CA_CERTS` environment variable.

This allows the cURL client to use the same CA certificates and SSL configuration as `node:http`

- [#1592](https://github.com/ardatan/whatwg-node/pull/1592)
[`71c79c6`](https://github.com/ardatan/whatwg-node/commit/71c79c639713ef738bd63f233ec20bdc1181b8e5)
Thanks [@ardatan](https://github.com/ardatan)! - When `agent` is provided in `Request`, use
`node:http` instead of `node-libcurl`

## 0.5.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/node-fetch",
"version": "0.5.24",
"version": "0.5.25",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down

0 comments on commit 4253eb9

Please sign in to comment.