From 755e3fcd6225677735ae73d7841fe6478f232aa9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 07:51:43 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] ## [@helia/delegated-routing-v1-http-api-client-v4.1.0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.0.1...@helia/delegated-routing-v1-http-api-client-4.1.0) (2024-10-08) ### Features * add addr and protocol filtering to client ([#144](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/144)) ([3e919e1](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/3e919e128c54bae79ce3c8af2a81076de248eb4b)) --- packages/client/CHANGELOG.md | 6 ++++++ packages/client/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index cc7fea1..4f9b67b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,3 +1,9 @@ +## [@helia/delegated-routing-v1-http-api-client-v4.1.0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.0.1...@helia/delegated-routing-v1-http-api-client-4.1.0) (2024-10-08) + +### Features + +* add addr and protocol filtering to client ([#144](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/144)) ([3e919e1](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/3e919e128c54bae79ce3c8af2a81076de248eb4b)) + ## [@helia/delegated-routing-v1-http-api-client-v4.0.1](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.0.0...@helia/delegated-routing-v1-http-api-client-4.0.1) (2024-09-17) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 22746c9..bfbe3b4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@helia/delegated-routing-v1-http-api-client", - "version": "4.0.1", + "version": "4.1.0", "description": "A Delegated Routing V1 HTTP API client", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/main/packages/client#readme",