Skip to content

Commit d20a7ff

Browse files
chore(release): 5.3.0 [skip ci]
## [5.3.0](v5.2.0...v5.3.0) (2025-09-15) ### Features * add identify field support to swarm.peers API ([#342](#342)) ([2b10137](2b10137))
1 parent 2b10137 commit d20a7ff

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.3.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.2.0...v5.3.0) (2025-09-15)
2+
3+
### Features
4+
5+
* add identify field support to swarm.peers API ([#342](https://github.com/ipfs/js-kubo-rpc-client/issues/342)) ([2b10137](https://github.com/ipfs/js-kubo-rpc-client/commit/2b10137f307c5d01f81af5555518aa1d470462bb))
6+
17
## [5.2.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v5.1.0...v5.2.0) (2025-06-19)
28

39
### Features

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