From 9f23d3c9d189de2e59397f4867a67cfaed6cc727 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 18:24:25 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.1.0...v2.1.1) (2024-12-11) ### Bug Fixes * 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)) ### Dependencies * 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)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0871cef..e9b1535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.1.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.1.0...v2.1.1) (2024-12-11) + +### Bug Fixes + +* 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)) + +### Dependencies + +* 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)) + ## [2.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.2...v2.1.0) (2024-11-01) ### Features diff --git a/package.json b/package.json index 9ce4954..ae3e2e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/http-fetch", - "version": "2.1.0", + "version": "2.1.1", "description": "Implementation of the WHATWG Fetch API on libp2p streams", "author": "@marcopolo", "license": "Apache-2.0 OR MIT",