diff --git a/.changeset/cool-pants-hunt.md b/.changeset/cool-pants-hunt.md deleted file mode 100644 index 9f1ff79..0000000 --- a/.changeset/cool-pants-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@thalalabs/surf': patch ---- - -Support 0x1::option::Option as function inputs, and add some tests diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8cfc2..1127789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/surf +## 0.0.12 + +### Patch Changes + +- a0b7dc2: Support 0x1::option::Option as function inputs, and add some tests + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index cd56a6f..1ffb21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/surf", - "version": "0.0.11", + "version": "0.0.12", "description": "TypeScript Interfaces & React Hooks for interacting with Aptos Smart Contracts with type safety.", "main": "./build/cjs/index.js", "module": "./build/esm/index.js",