Skip to content

Commit 1817781

Browse files
chore(release): 1.0.0 [skip ci]
## @libp2p/http-v1.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 f3a80a7 commit 1817781

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/http/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## @libp2p/http-v1.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))

packages/http/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",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Accept HTTP requests over libp2p streams or use libp2p protocols over HTTP",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-http/tree/main/packages/http#readme",

0 commit comments

Comments
 (0)