Skip to content

Commit 923fb49

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/http-utils-v2.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-utils-1.0.2...@libp2p/http-utils-2.0.0) (2025-10-02) ### ⚠ BREAKING CHANGES * must be used with `[email protected]` or later ### Features * update to libp2p v3 API ([#130](#130)) ([cb1fedc](cb1fedc))
1 parent c49e1e8 commit 923fb49

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/http-utils/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [@libp2p/http-utils-v2.0.0](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-utils-1.0.2...@libp2p/http-utils-2.0.0) (2025-10-02)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* must be used with `[email protected]` or later
6+
7+
### Features
8+
9+
* update to libp2p v3 API ([#130](https://github.com/libp2p/js-libp2p-http/issues/130)) ([cb1fedc](https://github.com/libp2p/js-libp2p-http/commit/cb1fedc8364e7c33020a7cb35113a6238cb01197))
10+
111
## [@libp2p/http-utils-v1.0.2](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-utils-1.0.1...@libp2p/http-utils-1.0.2) (2025-08-05)
212

313
### Bug Fixes

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.2",
3+
"version": "2.0.0",
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)