From 8a3f783528e99f51abc4f9c1f29e9a196720ec5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Sep 2024 17:40:44 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [5.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.0.0...v5.0.1) (2024-09-12) ### Bug Fixes * update ipfsd-ctl dep and remove overrides ([#242](https://github.com/ipfs/js-kubo-rpc-client/issues/242)) ([f9935bc](https://github.com/ipfs/js-kubo-rpc-client/commit/f9935bcb8e455c88f7fc8bb4aa557d3400010878)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 803151c72..d46fb7004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.0.0...v5.0.1) (2024-09-12) + +### Bug Fixes + +* update ipfsd-ctl dep and remove overrides ([#242](https://github.com/ipfs/js-kubo-rpc-client/issues/242)) ([f9935bc](https://github.com/ipfs/js-kubo-rpc-client/commit/f9935bcb8e455c88f7fc8bb4aa557d3400010878)) + ## [5.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.3...v5.0.0) (2024-09-12) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 7584955fa..fed06c95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "5.0.0", + "version": "5.0.1", "description": "A client library for the Kubo RPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",