Skip to content

Commit 3c6f8a8

Browse files
chore(release): 4.0.0 [skip ci]
## [@libp2p/http-fetch-v4.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-fetch-3.0.1...@libp2p/http-fetch-4.0.0) (2025-10-02) ### ⚠ BREAKING CHANGES * must be used with `[email protected]` or later ### Features * update to libp2p v3 API ([#130](#130)) ([cb1fedc](cb1fedc))
1 parent 923fb49 commit 3c6f8a8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/http-fetch/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [@libp2p/http-fetch-v4.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-fetch-3.0.1...@libp2p/http-fetch-4.0.0) (2025-10-02)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* must be used with `[email protected]` or later
6+
7+
### Features
8+
9+
* update to libp2p v3 API ([#130](https://github.com/libp2p/js-libp2p-http/issues/130)) ([cb1fedc](https://github.com/libp2p/js-libp2p-http/commit/cb1fedc8364e7c33020a7cb35113a6238cb01197))
10+
111
## [@libp2p/http-fetch-v3.0.1](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-fetch-3.0.0...@libp2p/http-fetch-3.0.1) (2025-05-28)
212

313
### Bug Fixes

packages/http-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-fetch",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "libp2p-compatible implementation of the fetch API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-http/tree/main/packages/http-fetch#readme",

0 commit comments

Comments
 (0)