diff --git a/.changeset/brave-peaches-agree.md b/.changeset/brave-peaches-agree.md deleted file mode 100644 index e182138..0000000 --- a/.changeset/brave-peaches-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gobob/sats-wagmi": patch ---- - -feat: improve fee estimate diff --git a/packages/sats-wagmi/CHANGELOG.md b/packages/sats-wagmi/CHANGELOG.md index 2b3fb6f..eb7f818 100644 --- a/packages/sats-wagmi/CHANGELOG.md +++ b/packages/sats-wagmi/CHANGELOG.md @@ -1,5 +1,11 @@ # @gobob/sats-wagmi +## 0.3.15 + +### Patch Changes + +- [#117](https://github.com/bob-collective/sats-wagmi/pull/117) [`d7e3df26435a63828bb26264d345ea76a8d7f789`](https://github.com/bob-collective/sats-wagmi/commit/d7e3df26435a63828bb26264d345ea76a8d7f789) Thanks [@danielsimao](https://github.com/danielsimao)! - feat: improve fee estimate + ## 0.3.14 ### Patch Changes diff --git a/packages/sats-wagmi/package.json b/packages/sats-wagmi/package.json index 0453c61..c995508 100644 --- a/packages/sats-wagmi/package.json +++ b/packages/sats-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@gobob/sats-wagmi", - "version": "0.3.14", + "version": "0.3.15", "description": "Bob sats-wagmi.", "homepage": "https://github.com/bob-collective/sats-wagmi#readme", "license": "MIT",