diff --git a/CHANGELOG.md b/CHANGELOG.md index d46fb7004..4eb3044f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.0.1...v5.0.2) (2024-10-29) + +### Dependencies + +* **dev:** bump aegir from 44.1.4 to 45.0.0 ([#248](https://github.com/ipfs/js-kubo-rpc-client/issues/248)) ([72910b3](https://github.com/ipfs/js-kubo-rpc-client/commit/72910b35ebe6a5f9d54528276bbe7c217bd1be78)) +* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#245](https://github.com/ipfs/js-kubo-rpc-client/issues/245)) ([c612761](https://github.com/ipfs/js-kubo-rpc-client/commit/c61276134c0a333e4addae98504c8492d041cf9e)) + ## [5.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.0.0...v5.0.1) (2024-09-12) ### Bug Fixes diff --git a/package.json b/package.json index a918321ea..5e3439db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "5.0.1", + "version": "5.0.2", "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",