diff --git a/.changeset/selfish-bugs-peel.md b/.changeset/selfish-bugs-peel.md deleted file mode 100644 index 0c89d1c..0000000 --- a/.changeset/selfish-bugs-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@babylonlabs-io/bbn-wallet-connect": patch ---- - -export createExternalWallet factory diff --git a/CHANGELOG.md b/CHANGELOG.md index c014716..6ab442d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @babylonlabs-io/bbn-wallet-connect +## 0.1.2 + +### Patch Changes + +- a8d224a: export createExternalWallet factory + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index ed79009..091095c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@babylonlabs-io/bbn-wallet-connect", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "types": "dist/index.d.ts", "publishConfig": {