Skip to content

Commit ec5c0e9

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.1...v4.1.0) (2024-04-23) ### Features * expose allowBigBlock option ([#227](#227)) ([50a4c80](50a4c80))
1 parent 50a4c80 commit ec5c0e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.0.1...v4.1.0) (2024-04-23)
2+
3+
4+
### Features
5+
6+
* expose allowBigBlock option ([#227](https://github.com/ipfs/js-kubo-rpc-client/issues/227)) ([50a4c80](https://github.com/ipfs/js-kubo-rpc-client/commit/50a4c80713839289b2a07fd4c9668fde029b7552))
7+
18
## [4.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.0.0...v4.0.1) (2024-04-19)
29

310

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