diff --git a/.changeset/sharp-scissors-build.md b/.changeset/sharp-scissors-build.md deleted file mode 100644 index 556950f..0000000 --- a/.changeset/sharp-scissors-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Fixed gasLimit in retry estimation diff --git a/.changeset/tough-emus-allow.md b/.changeset/tough-emus-allow.md deleted file mode 100644 index 54d8e6e..0000000 --- a/.changeset/tough-emus-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Fixed retry and reverse extra args token diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa8de3..8f6ae3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @folks-finance/xchain-sdk +## 0.0.31 + +### Patch Changes + +- [#166](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/166) [`5ef123e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/5ef123e238c8afed42cb34275ce41de71ec0664b) Thanks [@palace22](https://github.com/palace22)! - Fixed gasLimit in retry estimation + +- [#167](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/167) [`1f9badb`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/1f9badb59166a5b9dcc1d6ef54cf24868c5754a9) Thanks [@palace22](https://github.com/palace22)! - Fixed retry and reverse extra args token + ## 0.0.30 ### Patch Changes diff --git a/package.json b/package.json index 4924cce..7aff8c4 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.30", + "version": "0.0.31", "license": "MIT", "publishConfig": { "access": "public"