diff --git a/.changeset/new-hornets-mix.md b/.changeset/new-hornets-mix.md deleted file mode 100644 index 050b4ba..0000000 --- a/.changeset/new-hornets-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -fix hub retry and reverse msg value and change order of params diff --git a/CHANGELOG.md b/CHANGELOG.md index fb877f1..045937e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.26 + +### Patch Changes + +- [#149](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/149) [`7460a3d`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/7460a3da195ea5502bdea60c8a7acef5b82a16e7) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix hub retry and reverse msg value and change order of params + ## 0.0.25 ### Patch Changes diff --git a/package.json b/package.json index 0ea502c..ef093b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@folks-finance/xchain-sdk", "description": "The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol", - "version": "0.0.25", + "version": "0.0.26", "license": "MIT", "publishConfig": { "access": "public"