Skip to content

Commit aa1a38a

Browse files
chore(release): 1.0.4 [skip ci]
## [@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) ### Bug Fixes * ignore create connection types ([#120](#120)) ([6a99d83](6a99d83)) ### Dependencies * bump undici from 6.21.2 to 7.10.0 ([#95](#95)) ([e64c3be](e64c3be))
1 parent 6a99d83 commit aa1a38a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/http/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [@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)
2+
3+
### Bug Fixes
4+
5+
* ignore create connection types ([#120](https://github.com/libp2p/js-libp2p-http/issues/120)) ([6a99d83](https://github.com/libp2p/js-libp2p-http/commit/6a99d836a07bb6c0d3cb295a2b0b748e65ff8493))
6+
7+
### Dependencies
8+
9+
* bump undici from 6.21.2 to 7.10.0 ([#95](https://github.com/libp2p/js-libp2p-http/issues/95)) ([e64c3be](https://github.com/libp2p/js-libp2p-http/commit/e64c3bea36362243af37048b3f6ce350053a4e38))
10+
111
## [@libp2p/http-v1.0.3](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.2...@libp2p/http-1.0.3) (2025-06-27)
212

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