diff --git a/.changeset/eighty-keys-love.md b/.changeset/eighty-keys-love.md deleted file mode 100644 index eb80b2e..0000000 --- a/.changeset/eighty-keys-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Fixed BTCb ava spoke token diff --git a/.changeset/mean-ducks-exist.md b/.changeset/mean-ducks-exist.md deleted file mode 100644 index 2715aea..0000000 --- a/.changeset/mean-ducks-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -deploy mainnet diff --git a/.changeset/nice-houses-flow.md b/.changeset/nice-houses-flow.md deleted file mode 100644 index dc79200..0000000 --- a/.changeset/nice-houses-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -add addresses to fee data diff --git a/.changeset/tender-chairs-relax.md b/.changeset/tender-chairs-relax.md deleted file mode 100644 index fd4f5ec..0000000 --- a/.changeset/tender-chairs-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -fix precision of price formulae diff --git a/.changeset/violet-insects-sleep.md b/.changeset/violet-insects-sleep.md deleted file mode 100644 index b03e2ab..0000000 --- a/.changeset/violet-insects-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -increased send token adapter fees by 1% diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2a698..ad5a346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @folks-finance/xchain-sdk +## 0.0.28 + +### Patch Changes + +- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - Fixed BTCb ava spoke token + +- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - deploy mainnet + +- [#159](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/159) [`8854ef7`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/8854ef773fa4cc33bd2b045c01f598baeafe51ee) Thanks [@gidonkatten](https://github.com/gidonkatten)! - add addresses to fee data + +- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix precision of price formulae + +- [#154](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/154) [`32b44f5`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/32b44f524aa6238daf274e700bd381911c65fd19) Thanks [@palace22](https://github.com/palace22)! - increased send token adapter fees by 1% + ## 0.0.27 ### Patch Changes diff --git a/package.json b/package.json index eb94641..e092e0e 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.27", + "version": "0.0.28", "license": "MIT", "publishConfig": { "access": "public"