Skip to content

Commit 0a5a766

Browse files
chore(release): 1.3.0 [skip ci]
## 1.3.0 (2026-04-01) * feat: add CloudClient with enableHA/disableHA methods (#27) ([8a4ae41](8a4ae41)), closes [#27](#27)
1 parent 8a4ae41 commit 0a5a766

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.0 (2026-04-01)
2+
3+
* feat: add CloudClient with enableHA/disableHA methods (#27) ([8a4ae41](https://github.com/calimero-network/mero-js/commit/8a4ae41)), closes [#27](https://github.com/calimero-network/mero-js/issues/27)
4+
15
## <small>1.2.1 (2026-03-30)</small>
26

37
* fix: skip npm publish when no new release is created (#24) ([424bba7](https://github.com/calimero-network/mero-js/commit/424bba7)), closes [#24](https://github.com/calimero-network/mero-js/issues/24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calimero-network/mero-js",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Pure JavaScript SDK for Calimero",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)