diff --git a/.changeset/empty-papayas-approve.md b/.changeset/empty-papayas-approve.md deleted file mode 100644 index 620878e..0000000 --- a/.changeset/empty-papayas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Added testnet token CCIP-BnM diff --git a/.changeset/selfish-eggs-hide.md b/.changeset/selfish-eggs-hide.md deleted file mode 100644 index 8065cb4..0000000 --- a/.changeset/selfish-eggs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -deposit boost support diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0a703..00bfd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @folks-finance/xchain-sdk +## 0.0.43 + +### Patch Changes + +- [#186](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/186) [`5f5b333`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/5f5b33379c8f8ee6a9d2745064472809e40eb26b) Thanks [@palace22](https://github.com/palace22)! - Added testnet token CCIP-BnM + +- [#187](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/187) [`97a19c3`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/97a19c300c166705e7b10b4dba50319fad92b032) Thanks [@gidonkatten](https://github.com/gidonkatten)! - deposit boost support + ## 0.0.42 ### Patch Changes diff --git a/package.json b/package.json index e0c20c7..cd09be4 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.42", + "version": "0.0.43", "license": "MIT", "publishConfig": { "access": "public"