diff --git a/.changeset/friendly-mayflies-compare.md b/.changeset/friendly-mayflies-compare.md deleted file mode 100644 index fa022ad5..00000000 --- a/.changeset/friendly-mayflies-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Remove round down from calculateProportionalAmounts diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e11490..75d36f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @balancer/sdk +## 0.22.3 + +### Patch Changes + +- 838f09e: Remove round down from calculateProportionalAmounts + ## 0.22.2 ### Patch Changes diff --git a/package.json b/package.json index 5cf004c6..79fbe3e9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.22.2", + "version": "0.22.3", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",