From bf3fac4d08cc48ca03d0faada8cc7188c8cab3b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Apr 2024 11:42:05 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.0.0...v4.0.1) (2024-04-19) ### Bug Fixes * export api types from module root ([#223](https://github.com/ipfs/js-kubo-rpc-client/issues/223)) ([7266128](https://github.com/ipfs/js-kubo-rpc-client/commit/7266128efb87a231e259090b873c7f1dbbce5797)) * isOnline should return false when node is offline ([#222](https://github.com/ipfs/js-kubo-rpc-client/issues/222)) ([e9436ca](https://github.com/ipfs/js-kubo-rpc-client/commit/e9436ca5989741b253b502d356fabade884ca9e1)) ### Trivial Changes * remove timeout tests ([#226](https://github.com/ipfs/js-kubo-rpc-client/issues/226)) ([d0c2820](https://github.com/ipfs/js-kubo-rpc-client/commit/d0c2820bd28f9c1fe17f697634c796dfa9bf799b)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607f4aa2d..cf2e510be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [4.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.0.0...v4.0.1) (2024-04-19) + + +### Bug Fixes + +* export api types from module root ([#223](https://github.com/ipfs/js-kubo-rpc-client/issues/223)) ([7266128](https://github.com/ipfs/js-kubo-rpc-client/commit/7266128efb87a231e259090b873c7f1dbbce5797)) +* isOnline should return false when node is offline ([#222](https://github.com/ipfs/js-kubo-rpc-client/issues/222)) ([e9436ca](https://github.com/ipfs/js-kubo-rpc-client/commit/e9436ca5989741b253b502d356fabade884ca9e1)) + + +### Trivial Changes + +* remove timeout tests ([#226](https://github.com/ipfs/js-kubo-rpc-client/issues/226)) ([d0c2820](https://github.com/ipfs/js-kubo-rpc-client/commit/d0c2820bd28f9c1fe17f697634c796dfa9bf799b)) + ## [4.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.4...v4.0.0) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index 77392a567..97b1fc579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.0", diff --git a/package.json b/package.json index 9fab4420d..e48bfbd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "4.0.0", + "version": "4.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",