@ledgerhq/connect-kit 1.1.0-beta.3 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## Unreleased
|
9
9
|
|
10
|
+
## 1.1.0 - 2023-06-22
|
11
|
+
Connect Kit now supports WalletConnect v2.
|
12
|
+
|
13
|
+
Have a look at the Connect Kit loader documentation for
|
14
|
+
more details.
|
15
|
+
|
10
16
|
## 1.1.0-beta.3 - 2023-06-21
|
11
17
|
### Changed
|
12
18
|
- Rename the version parameter to walletConnectVersion.
|
package/package.json
CHANGED