From 855c9bf7638b3c924b2367919add20fbc1110eb0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 08:52:24 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/pendulum-chain/portal/compare/v1.4.1...v1.4.2) (2024-04-11) ### Bug Fixes * Fix available balance calculation ([#404](https://github.com/pendulum-chain/portal/issues/404)) ([ca58c82](https://github.com/pendulum-chain/portal/commit/ca58c824dd591405e0adef463c40b98785a964f2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a112a626..e29ba250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/pendulum-chain/portal/compare/v1.4.1...v1.4.2) (2024-04-11) + + +### Bug Fixes + +* Fix available balance calculation ([#404](https://github.com/pendulum-chain/portal/issues/404)) ([ca58c82](https://github.com/pendulum-chain/portal/commit/ca58c824dd591405e0adef463c40b98785a964f2)) + ## [1.4.1](https://github.com/pendulum-chain/portal/compare/v1.4.0...v1.4.1) (2024-04-10) # [1.4.0](https://github.com/pendulum-chain/portal/compare/v1.3.8...v1.4.0) (2024-04-08) diff --git a/package.json b/package.json index dd748a05..97544c46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pendulum-chain-portal", "private": true, - "version": "1.4.1", + "version": "1.4.2", "type": "module", "packageManager": "yarn@4.0.1", "scripts": {