diff --git a/.changeset/moody-lobsters-cheat.md b/.changeset/moody-lobsters-cheat.md deleted file mode 100644 index 161b383..0000000 --- a/.changeset/moody-lobsters-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gobob/sats-wagmi": patch ---- - -Enable tweak signer for taproot address diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md index fd82d94..6aa5c00 100644 --- a/packages/sats-wagmi/CHANGELOG.md +++ b/packages/sats-wagmi/CHANGELOG.md @@ -1,5 +1,11 @@ # @gobob/sats-wagmi +## 0.3.17 + +### Patch Changes + +- [#125](https://github.com/bob-collective/sats-wagmi/pull/125) [`90701422a4d072c0b8b2e4b369afd250c8704e43`](https://github.com/bob-collective/sats-wagmi/commit/90701422a4d072c0b8b2e4b369afd250c8704e43) Thanks [@slavastartsev](https://github.com/slavastartsev)! - Enable tweak signer for taproot address + ## 0.3.16 ### Patch Changes diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index 1702acd..abda6e8 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.3.16", + "version": "0.3.17", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",