Skip to content

Commit 8b7b909

Browse files
chore(release): 1.2.1 [skip ci]
## <small>1.2.1 (2026-03-30)</small> * fix: skip npm publish when no new release is created (#24) ([424bba7](424bba7)), closes [#24](#24) * ci: comment out E2E tests until core releases X-Auth-Error fix (#23) ([adf2e9b](adf2e9b)), closes [#23](#23)
1 parent 424bba7 commit 8b7b909

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>1.2.1 (2026-03-30)</small>
2+
3+
* 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)
4+
* ci: comment out E2E tests until core releases X-Auth-Error fix (#23) ([adf2e9b](https://github.com/calimero-network/mero-js/commit/adf2e9b)), closes [#23](https://github.com/calimero-network/mero-js/issues/23)
5+
16
## 1.2.0 (2026-03-30)
27

38
* feat: complete SDK — TokenStore, auth callback, RPC, SSE, WebSocket (#22) ([ba62a19](https://github.com/calimero-network/mero-js/commit/ba62a19)), closes [#22](https://github.com/calimero-network/mero-js/issues/22)

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.0",
3+
"version": "1.2.1",
44
"description": "Pure JavaScript SDK for Calimero",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)