Skip to content

Commit 7afd56d

Browse files
chore(release): 1.0.2 [skip ci]
## [@libp2p/http-v1.0.2](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.1...@libp2p/http-1.0.2) (2025-06-27) ### Bug Fixes * update multiaddr methods ([#117](#117)) ([e683721](e683721))
1 parent 16918d3 commit 7afd56d

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.2](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.1...@libp2p/http-1.0.2) (2025-06-27)
2+
3+
### Bug Fixes
4+
5+
* update multiaddr methods ([#117](https://github.com/libp2p/js-libp2p-http/issues/117)) ([e683721](https://github.com/libp2p/js-libp2p-http/commit/e683721c2025fe04bd1145fd60082b5575c4c9ac))
6+
17
## [@libp2p/http-v1.0.1](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.0...@libp2p/http-1.0.1) (2025-05-28)
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.1",
3+
"version": "1.0.2",
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)