Skip to content

Commit 632bee3

Browse files
chore(release): 4.1.2 [skip ci]
## [4.1.2](v4.1.1...v4.1.2) (2024-09-12) ### Bug Fixes * export createKuboRPCClient function ([#224](#224)) ([fb1249a](fb1249a)) ### Trivial Changes * rename master to main ([5c7e42e](5c7e42e)) * Update .github/workflows/stale.yml [skip ci] ([39f1bf2](39f1bf2)) ### Dependencies * **dev:** bump aegir from 42.2.11 to 44.0.1 ([#240](#240)) ([17d702b](17d702b)) * **dev:** bump kubo from 0.28.0 to 0.29.0 ([#238](#238)) ([0d7729e](0d7729e)) * **dev:** bump sinon from 17.0.2 to 18.0.0 ([#234](#234)) ([a4459dc](a4459dc))
1 parent fb1249a commit 632bee3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [4.1.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.1...v4.1.2) (2024-09-12)
2+
3+
### Bug Fixes
4+
5+
* export createKuboRPCClient function ([#224](https://github.com/ipfs/js-kubo-rpc-client/issues/224)) ([fb1249a](https://github.com/ipfs/js-kubo-rpc-client/commit/fb1249a8677cb5b22f35d91bc066d730d01e4051))
6+
7+
### Trivial Changes
8+
9+
* rename master to main ([5c7e42e](https://github.com/ipfs/js-kubo-rpc-client/commit/5c7e42ef02e9c9f8a509905fb22589107b158d2c))
10+
* Update .github/workflows/stale.yml [skip ci] ([39f1bf2](https://github.com/ipfs/js-kubo-rpc-client/commit/39f1bf2e25038e95cf60067adeee60d799a87997))
11+
12+
### Dependencies
13+
14+
* **dev:** bump aegir from 42.2.11 to 44.0.1 ([#240](https://github.com/ipfs/js-kubo-rpc-client/issues/240)) ([17d702b](https://github.com/ipfs/js-kubo-rpc-client/commit/17d702b4a1ab6789d735713440f0f1a031d69021))
15+
* **dev:** bump kubo from 0.28.0 to 0.29.0 ([#238](https://github.com/ipfs/js-kubo-rpc-client/issues/238)) ([0d7729e](https://github.com/ipfs/js-kubo-rpc-client/commit/0d7729e241c492efa9dcc28ce3a6fb613082d989))
16+
* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#234](https://github.com/ipfs/js-kubo-rpc-client/issues/234)) ([a4459dc](https://github.com/ipfs/js-kubo-rpc-client/commit/a4459dcb3993a07adcd2ea27adba383ee224b34f))
17+
118
## [4.1.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.0...v4.1.1) (2024-04-23)
219

320

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