@magic-sdk/provider 20.1.0-canary.a2daf07.0 → 20.1.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v20.1.0 (Fri Sep 29 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - improve generateKey logic [#636](https://github.com/magiclabs/magic-js/pull/636) ([@Ethella](https://github.com/Ethella))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge remote-tracking branch 'origin/master' into jerryliu-sc-87830-optimize-webcrypto-implementation-to-generate ([@Ethella](https://github.com/Ethella))
10
+ - update comment ([@Ethella](https://github.com/Ethella))
11
+ - improve generateKey logic ([@Ethella](https://github.com/Ethella))
12
+
13
+ #### Authors: 1
14
+
15
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
16
+
17
+ ---
18
+
1
19
  # v20.0.3 (Thu Sep 28 2023)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/provider",
3
- "version": "20.1.0-canary.a2daf07.0",
3
+ "version": "20.1.0",
4
4
  "description": "Core business logic for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -42,5 +42,5 @@
42
42
  "peerDependencies": {
43
43
  "localforage": "^1.7.4"
44
44
  },
45
- "gitHead": "a2daf07b38c6fd3e01d1863f7e04a1627f59b055"
45
+ "gitHead": "1862a9a70e0c6142bd39fe426049eb7acdd8361c"
46
46
  }