We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3494773 commit 5bfda98Copy full SHA for 5bfda98
CHANGELOG.md
@@ -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
7
## [2.0.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.0...v2.0.1) (2024-10-29)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/http-fetch",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
"author": "@marcopolo",
"license": "Apache-2.0 OR MIT",
0 commit comments