Skip to content

Commit 63da411

Browse files
chore(release): 1.0.5 [skip ci]
## [@libp2p/http-v1.0.5](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.4...@libp2p/http-1.0.5) (2025-08-05) ### Bug Fixes * update create connection to match node types ([#119](#119)) ([9538655](9538655))
1 parent 27396cc commit 63da411

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [@libp2p/http-v1.0.5](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.4...@libp2p/http-1.0.5) (2025-08-05)
2+
3+
### Bug Fixes
4+
5+
* update create connection to match node types ([#119](https://github.com/libp2p/js-libp2p-http/issues/119)) ([9538655](https://github.com/libp2p/js-libp2p-http/commit/953865524f660da1cf351c1a0d05c5308fdf7d84))
6+
17
## [@libp2p/http-v1.0.4](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.3...@libp2p/http-1.0.4) (2025-06-30)
28

39
### Bug Fixes

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": "1.0.4",
3+
"version": "1.0.5",
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)