Skip to content

Commit 67c176a

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.1.3...v5.0.0) (2024-09-12) ### ⚠ BREAKING CHANGES * can only be used with the latest versions of `@libp2p/peer-id`, `@libp2p/interface` etc ### Dependencies * update to [email protected] deps ([#241](#241)) ([ea07f0b](ea07f0b))
1 parent ea07f0b commit 67c176a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.3...v5.0.0) (2024-09-12)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* can only be used with the latest versions of `@libp2p/peer-id`, `@libp2p/interface` etc
6+
7+
### Dependencies
8+
9+
* update to [email protected] deps ([#241](https://github.com/ipfs/js-kubo-rpc-client/issues/241)) ([ea07f0b](https://github.com/ipfs/js-kubo-rpc-client/commit/ea07f0bc848c4697350c6bd4c8ec0169423f3bd2))
10+
111
## [4.1.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.2...v4.1.3) (2024-09-12)
212

313
### Dependencies

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.1.3",
3+
"version": "5.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)