diff --git a/.changeset/spotty-suns-nail.md b/.changeset/spotty-suns-nail.md deleted file mode 100644 index ebca5d3..0000000 --- a/.changeset/spotty-suns-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@everipedia/wagmi-magic-connector": patch ---- - -Fixes magic auth not working with oauth login. updates magic sdk and wagmi versions to latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfb796..977876c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @everipedia/wagmi-magic-connector +## 0.12.1 + +### Patch Changes + +- 897ed1f: Fixes magic auth not working with oauth login. updates magic sdk and wagmi versions to latest + ## 0.12.0 ### Minor Changes diff --git a/package.json b/package.json index 6c955ac..1386d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@everipedia/wagmi-magic-connector", - "version": "0.12.0", + "version": "0.12.1", "description": "wagmi connector to connect with Magic SDK", "main": "build/module/index.js", "type": "module",