Skip to content

Commit 5bfda98

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2024-10-29) ### Bug Fixes * allow aborting authentication ([#43](#43)) ([3494773](3494773))
1 parent 3494773 commit 5bfda98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29)
2+
3+
### Bug Fixes
4+
5+
* allow aborting authentication ([#43](https://github.com/libp2p/js-libp2p-http-fetch/issues/43)) ([3494773](https://github.com/libp2p/js-libp2p-http-fetch/commit/3494773844cf68f0f89d2dca1c857deb923e4c90))
6+
17
## [2.0.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.0...v2.0.1) (2024-10-29)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-fetch",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
55
"author": "@marcopolo",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)