From 401a01dca8aa8264fc8deb204b6d0545177cbf12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:58:28 -0600 Subject: [PATCH] chore: branch cut release for sdk v1.14.3 (#227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb4093..8f6df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.14.3](https://github.com/0xsquid/api-sdk/compare/v1.14.1...v1.14.3) (2023-10-25) + + +### Bug Fixes + +* handle ledger amino messages ([#215](https://github.com/0xsquid/api-sdk/issues/215)) ([2ef50f7](https://github.com/0xsquid/api-sdk/commit/2ef50f76d2429cca74c71a1fd1324beff9a90f0c)), closes [#216](https://github.com/0xsquid/api-sdk/issues/216) [#224](https://github.com/0xsquid/api-sdk/issues/224) + ## [1.14.2](https://github.com/0xsquid/api-sdk/compare/v1.14.1...v1.14.2) (2023-10-25) diff --git a/package.json b/package.json index c7c53a4..0412ce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/sdk", - "version": "1.14.2", + "version": "1.14.3", "description": "🛠 An SDK for building applications on top of 0xsquid", "repository": { "type": "git",