diff --git a/.changeset/fluffy-lizards-unite.md b/.changeset/fluffy-lizards-unite.md deleted file mode 100644 index abff3ff..0000000 --- a/.changeset/fluffy-lizards-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Consider rewards apr when calculating net apr/apy on loans diff --git a/CHANGELOG.md b/CHANGELOG.md index b6020e2..b62079d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.46 + +### Patch Changes + +- [#201](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/201) [`515b6ef`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/515b6ef3893481f9892d713eaaa930da53a4fafc) Thanks [@stefanofa](https://github.com/stefanofa)! - Consider rewards apr when calculating net apr/apy on loans + ## 0.0.45 ### Patch Changes diff --git a/package.json b/package.json index 451ce01..2c661bb 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.45", + "version": "0.0.46", "license": "MIT", "publishConfig": { "access": "public"