@privy-io/wagmi 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,3 +57,9 @@ export const Providers = ({children}: {children: ReactNode}) => (
|
|
|
57
57
|
## Usage
|
|
58
58
|
|
|
59
59
|
Use `wagmi` as you normally would!
|
|
60
|
+
|
|
61
|
+
## Changelog
|
|
62
|
+
|
|
63
|
+
Our [changelog](https://docs.privy.io/reference/sdk/wagmi/changelog) contains the latest information about new releases, including features, fixes, and upcoming changes.
|
|
64
|
+
|
|
65
|
+
We use [Semantic Versioning](https://semver.org/) to track changes.
|
package/package.json
CHANGED