Skip to content

Commit 418714c

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.2...v2.1.0) (2024-11-01) ### Features * Authenticated Fetch ([#45](#45)) ([ca69dc4](ca69dc4))
1 parent ca69dc4 commit 418714c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [2.0.2](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.1...v2.0.2) (2024-10-29)
28

39
### Bug Fixes

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-fetch",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
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)