From 4892647e29763f3b41d0d337039934cebbd3422c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:29:35 -0800 Subject: [PATCH] Version Packages (#27) Co-authored-by: github-actions[bot] --- .changeset/yellow-singers-chew.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/yellow-singers-chew.md diff --git a/.changeset/yellow-singers-chew.md b/.changeset/yellow-singers-chew.md deleted file mode 100644 index 45b13f2..0000000 --- a/.changeset/yellow-singers-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thalalabs/router-sdk": minor ---- - -update contract address and fix the order of swap-exact-out arguments diff --git a/CHANGELOG.md b/CHANGELOG.md index 7903e3a..bba79e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/router-sdk +## 1.1.0 + +### Minor Changes + +- a68319a: update contract address and fix the order of swap-exact-out arguments + ## 1.0.5 ### Patch Changes diff --git a/package.json b/package.json index f1a0197..1d20453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/router-sdk", - "version": "1.0.6", + "version": "1.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": {