We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca69dc4 commit 418714cCopy full SHA for 418714c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.2...v2.1.0) (2024-11-01)
2
+
3
+### Features
4
5
+* Authenticated Fetch ([#45](https://github.com/libp2p/js-libp2p-http-fetch/issues/45)) ([ca69dc4](https://github.com/libp2p/js-libp2p-http-fetch/commit/ca69dc41fb53b8808e40ff5745cb85b0521fbc15))
6
7
## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/http-fetch",
- "version": "2.0.2",
+ "version": "2.1.0",
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
"author": "@marcopolo",
"license": "Apache-2.0 OR MIT",
0 commit comments