diff --git a/.changeset/fast-kiwis-pull.md b/.changeset/fast-kiwis-pull.md deleted file mode 100644 index 72697611..00000000 --- a/.changeset/fast-kiwis-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@balancer/sdk": patch ---- - -Expose proportional amounts helper diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ada713a..ef591bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @balancer/sdk +## 0.8.1 + +### Patch Changes + +- 579600a: Expose proportional amounts helper + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index 79742532..8b9aaedb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "publishConfig": { "access": "public" }, - "version": "0.8.0", + "version": "0.8.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",