Skip to content

Commit 3b2836a

Browse files
chore(release): 3.0.0 [skip ci]
## [@libp2p/http-fetch-v3.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-fetch-2.2.2...@libp2p/http-fetch-3.0.0) (2025-05-28) ### ⚠ BREAKING CHANGES * the API has change significantly, this module has been renamed `@libp2p/http` since it now does much more than fetch ### Features * integrate with node HTTP servers, WebSockets and others ([#57](#57)) ([6aa9551](6aa9551))
1 parent f82ee03 commit 3b2836a

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-v3.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-fetch-2.2.2...@libp2p/http-fetch-3.0.0) (2025-05-28)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* the API has change significantly, this module has been renamed `@libp2p/http` since it now does much more than fetch
6+
7+
### Features
8+
9+
* integrate with node HTTP servers, WebSockets and others ([#57](https://github.com/libp2p/js-libp2p-http/issues/57)) ([6aa9551](https://github.com/libp2p/js-libp2p-http/commit/6aa95511b9bfcd920344a31bdd88571756c09b7e))
10+
111
## [@libp2p/http-fetch-2.2.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/@libp2p/http-fetch-2.2.1...@libp2p/http-fetch-2.2.2) (2025-03-26)
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": "2.2.2",
3+
"version": "3.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)