Skip to content

Commit bf3fac4

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2024-04-19) ### Bug Fixes * export api types from module root ([#223](#223)) ([7266128](7266128)) * isOnline should return false when node is offline ([#222](#222)) ([e9436ca](e9436ca)) ### Trivial Changes * remove timeout tests ([#226](#226)) ([d0c2820](d0c2820))
1 parent e9436ca commit bf3fac4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [4.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.0.0...v4.0.1) (2024-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* 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))
8+
9+
10+
### Trivial Changes
11+
12+
* 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))
13+
114
## [4.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.4...v4.0.0) (2024-04-18)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubo-rpc-client",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A client library for the Kubo RPC API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",

0 commit comments

Comments
 (0)