Skip to content

Commit 4b067e2

Browse files
chore(release): 4.0.0 [skip ci]
## [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))
1 parent 0f7cac2 commit 4b067e2

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [4.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.4...v4.0.0) (2024-04-18)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* parts of the Kubo object and dht APIs have been removed, this project is now TypeScript
7+
8+
### Features
9+
10+
* 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)
11+
12+
13+
### Documentation
14+
15+
* update docs config ([0f7cac2](https://github.com/ipfs/js-kubo-rpc-client/commit/0f7cac28072dc80068de93cc3d4c782e1774151c))
16+
117
## [3.0.4](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.3...v3.0.4) (2024-02-29)
218

319

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": "3.0.4",
3+
"version": "4.0.0",
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)