diff --git a/.changeset/curvy-carpets-thank.md b/.changeset/curvy-carpets-thank.md deleted file mode 100644 index 94c4e6a..0000000 --- a/.changeset/curvy-carpets-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Added isAccountCreated diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ac8c..a448a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.35 + +### Patch Changes + +- [#176](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/176) [`296a713`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/296a713ee89591407fd8f11f835663a5ecb84a52) Thanks [@palace22](https://github.com/palace22)! - Added isAccountCreated + ## 0.0.34 ### Patch Changes diff --git a/package.json b/package.json index c0c12ba..b91b5c1 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.34", + "version": "0.0.35", "license": "MIT", "publishConfig": { "access": "public"