From b09927f975a3b93ae2884874ca224ca4957840e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jun 2024 22:07:25 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.0.0...v1.1.0) (2024-06-13) ### Features * Add getPeerMeta method ([303410e](https://github.com/libp2p/js-libp2p-http-fetch/commit/303410ec7ca566df8fc19a267809ef264b0332c8)) ### Trivial Changes * Remove debug logging ([2806d9e](https://github.com/libp2p/js-libp2p-http-fetch/commit/2806d9eca5ed9f06489ba5af7d0d017d333c4ec5)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500cd1f..77b0755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.0.0...v1.1.0) (2024-06-13) + + +### Features + +* Add getPeerMeta method ([303410e](https://github.com/libp2p/js-libp2p-http-fetch/commit/303410ec7ca566df8fc19a267809ef264b0332c8)) + + +### Trivial Changes + +* Remove debug logging ([2806d9e](https://github.com/libp2p/js-libp2p-http-fetch/commit/2806d9eca5ed9f06489ba5af7d0d017d333c4ec5)) + ## 1.0.0 (2024-06-12) diff --git a/package.json b/package.json index 843a667..e417947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/http-fetch", - "version": "1.0.0", + "version": "1.1.0", "description": "Implementation of the WHATWG Fetch API on libp2p streams", "author": "@marcopolo", "license": "Apache-2.0 OR MIT",