diff --git a/.changeset/soft-goats-rhyme.md b/.changeset/soft-goats-rhyme.md deleted file mode 100644 index 95380d6..0000000 --- a/.changeset/soft-goats-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@thalalabs/surf': minor ---- - -Change ABITable to an array type instead of a map diff --git a/CHANGELOG.md b/CHANGELOG.md index b69c2b1..da44e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/surf +## 1.6.0 + +### Minor Changes + +- d7b62ed: Change ABITable to an array type instead of a map + ## 1.5.1 ### Patch Changes diff --git a/package.json b/package.json index 8e64fd3..043f82f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/surf", - "version": "1.5.1", + "version": "1.6.0", "description": "TypeScript Interfaces & React Hooks for interacting with Aptos Smart Contracts with type safety.", "main": "./build/cjs/index.js", "module": "./build/esm/index.js",