Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent e9436ca commit bf3fac4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bf3fac4

Please sign in to comment.