@getyoti/react-face-capture 2.9.1 → 2.9.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v2.9.2
4
+
5
+ ### Fixes
6
+
7
+ - Fixed a bug causing the FCM to sometimes freeze after taking the picture.
8
+
3
9
  ## v2.9.1
4
10
 
5
11
  ### New features
package/README.md CHANGED
@@ -24,9 +24,9 @@ The package depends on the following peer dependencies
24
24
 
25
25
  | Browser | Versions |
26
26
  | ------- | ------------------- |
27
- | and_chr | 147 |
27
+ | and_chr | 148 |
28
28
  | chrome | 148,147,146,145 |
29
- | edge | 147,146 |
29
+ | edge | 148,147 |
30
30
  | firefox | 150,149,148,147 |
31
31
  | ios_saf | 26.4,26.3,26.2 |
32
32
  | safari | 26.4,26.3,26.2,26.1 |