Skip to content

Commit 276e17d

Browse files
chore(release): 1.0.3 [skip ci]
## [@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) ### Bug Fixes * require auth when set ([#118](#118)) ([bc02fe7](bc02fe7))
1 parent bc02fe7 commit 276e17d

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.3](https://github.com/libp2p/js-libp2p-http/compare/@libp2p/http-1.0.2...@libp2p/http-1.0.3) (2025-06-27)
2+
3+
### Bug Fixes
4+
5+
* require auth when set ([#118](https://github.com/libp2p/js-libp2p-http/issues/118)) ([bc02fe7](https://github.com/libp2p/js-libp2p-http/commit/bc02fe7b07208dfcb575eb439775f25b98331c36))
6+
17
## [@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)
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.2",
3+
"version": "1.0.3",
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)