We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a88d09 + f05dd86 commit 0283458Copy full SHA for 0283458
.changeset/khaki-paths-kick.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @balancer/sdk
2
3
+## 5.2.0
4
+
5
+### Minor Changes
6
7
+- acc99c5: Add support for Add Liquidity Unbalanced Via Swap
8
9
## 5.1.3
10
11
### Patch Changes
package.json
@@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
12
- "version": "5.1.3",
+ "version": "5.2.0",
13
"main": "dist/index.js",
14
"module": "dist/index.mjs",
15
"types": "dist/index.d.ts",
0 commit comments