diff --git a/.changeset/chilled-phones-explain.md b/.changeset/chilled-phones-explain.md deleted file mode 100644 index 6762e672..00000000 --- a/.changeset/chilled-phones-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Fix price impact with near proportional inputs for AddLiquidityNested diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf5a49c..80990210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @balancer/sdk +## 0.33.5 + +### Patch Changes + +- 378a8f0: Fix price impact with near proportional inputs for AddLiquidityNested + ## 0.33.4 ### Patch Changes diff --git a/package.json b/package.json index f45be604..904ce6d5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.33.4", + "version": "0.33.5", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",