Skip to content

Commit 9f23d3c

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2024-12-11) ### Bug Fixes * log correct response status ([#48](#48)) ([e23855b](e23855b)) ### Dependencies * bump @multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 ([#46](#46)) ([a7960e6](a7960e6))
1 parent a7960e6 commit 9f23d3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.1.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.1.0...v2.1.1) (2024-12-11)
2+
3+
### Bug Fixes
4+
5+
* log correct response status ([#48](https://github.com/libp2p/js-libp2p-http-fetch/issues/48)) ([e23855b](https://github.com/libp2p/js-libp2p-http-fetch/commit/e23855b440f30f3cadf998f2dfb46a3e50c85dba))
6+
7+
### Dependencies
8+
9+
* bump @multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 ([#46](https://github.com/libp2p/js-libp2p-http-fetch/issues/46)) ([a7960e6](https://github.com/libp2p/js-libp2p-http-fetch/commit/a7960e6f0fe6823ac4fe62712f8534fc13add9ae))
10+
111
## [2.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.2...v2.1.0) (2024-11-01)
212

313
### Features

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.1.0",
3+
"version": "2.1.1",
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)