From a0335a455f5dc79afc1fc772901f91d126065583 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 23:11:17 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/aurora-is-near/aurora-staking-sdk/compare/v1.3.0...v1.3.1) (2024-11-11) ### Bug Fixes * ensure a stream always contains an amount ([94e49c1](https://github.com/aurora-is-near/aurora-staking-sdk/commit/94e49c1e35593f0aa88cc89b95e67cb244e555e2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b7d1cf..6f471ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aurora-is-near/staking", - "version": "1.3.0", + "version": "1.3.1", "description": "Contains logic for staking and unstaking Aurora", "main": "dist/index.js", "author": "Alex Mendes",