diff --git a/.changeset/plenty-carpets-leave.md b/.changeset/plenty-carpets-leave.md deleted file mode 100644 index 8dd71c7..0000000 --- a/.changeset/plenty-carpets-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@thalalabs/surf': patch ---- - -make aptos wallet library optional, resolve a build error when the wallet library is missing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1127789..cc2e7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @thalalabs/surf +## 0.0.13 + +### Patch Changes + +- 75d0420: make aptos wallet library optional, resolve a build error when the wallet library is missing. + ## 0.0.12 ### Patch Changes diff --git a/package.json b/package.json index dc21105..9880929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thalalabs/surf", - "version": "0.0.12", + "version": "0.0.13", "description": "TypeScript Interfaces & React Hooks for interacting with Aptos Smart Contracts with type safety.", "main": "./build/cjs/index.js", "module": "./build/esm/index.js",