Skip to content

Commit 16918d3

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/http-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [@libp2p/http-utils-v1.0.1](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-utils-1.0.0...@libp2p/http-utils-1.0.1) (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-utils-v1.0.0 (2025-05-28)
28

39
### ⚠ BREAKING CHANGES

packages/http-utils/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-utils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Shared utils and common code for HTTP modules",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-http/tree/main/packages/http-utils#readme",

0 commit comments

Comments
 (0)