Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.0.4...v4.0.0) (2024-04-18)

### ⚠ BREAKING CHANGES

* parts of the Kubo object and dht APIs have been removed, this project is now TypeScript

### Features

* convert to TypeScript and update Kubo ([#221](#221)) ([9a623bd](9a623bd)), closes [#128](#128)

### Documentation

* update docs config ([0f7cac2](0f7cac2))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent 0f7cac2 commit 4b067e2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.4...v4.0.0) (2024-04-18)


### ⚠ BREAKING CHANGES

* parts of the Kubo object and dht APIs have been removed, this project is now TypeScript

### Features

* convert to TypeScript and update Kubo ([#221](https://github.com/ipfs/js-kubo-rpc-client/issues/221)) ([9a623bd](https://github.com/ipfs/js-kubo-rpc-client/commit/9a623bd2bb1b425b0a2a2d39a5e140639a4248bd)), closes [#128](https://github.com/ipfs/js-kubo-rpc-client/issues/128)


### Documentation

* update docs config ([0f7cac2](https://github.com/ipfs/js-kubo-rpc-client/commit/0f7cac28072dc80068de93cc3d4c782e1774151c))

## [3.0.4](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.3...v3.0.4) (2024-02-29)


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": "3.0.4",
"version": "4.0.0",
"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 4b067e2

Please sign in to comment.