diff --git a/.changeset/many-ties-smash.md b/.changeset/many-ties-smash.md deleted file mode 100644 index f6cd2a1..0000000 --- a/.changeset/many-ties-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thalalabs/router-sdk": patch ---- - -fix weight address diff --git a/packages/thalaswap-router/CHANGELOG.md b/packages/thalaswap-router/CHANGELOG.md index 108b2f1..f7d7160 100644 --- a/packages/thalaswap-router/CHANGELOG.md +++ b/packages/thalaswap-router/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/router-sdk +## 3.2.1 + +### Patch Changes + +- a6e1e2d: fix weight address + ## 3.2.0 ### Minor Changes diff --git a/packages/thalaswap-router/package.json b/packages/thalaswap-router/package.json index abe1079..bdbf49c 100644 --- a/packages/thalaswap-router/package.json +++ b/packages/thalaswap-router/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/router-sdk", - "version": "3.2.0", + "version": "3.2.1", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false,