@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.1.0-beta.3",
3
+ "version": "1.1.0",
4
4
  "description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",
5
5
  "author": "Ledger SAS <ledger.com>",
6
6
  "license": "MIT",