diff --git a/.changeset/friendly-swans-act.md b/.changeset/friendly-swans-act.md deleted file mode 100644 index b244f41..0000000 --- a/.changeset/friendly-swans-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Fixed check on cross chain token adapter when the chain is the hub diff --git a/CHANGELOG.md b/CHANGELOG.md index 1770b16..2d0a703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.42 + +### Patch Changes + +- [#194](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/194) [`decfce7`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/decfce70c82ad01703799f6af21c1687b61bb70f) Thanks [@palace22](https://github.com/palace22)! - Fixed check on cross chain token adapter when the chain is the hub + ## 0.0.41 ### Patch Changes diff --git a/package.json b/package.json index bb2b318..e0c20c7 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.41", + "version": "0.0.42", "license": "MIT", "publishConfig": { "access": "public"