@eid-easy/eideasy-browser-client 2.81.0 → 2.81.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.
@@ -1,9 +1,9 @@
1
- # [2.80.0](https://github.com/eideasy/eideasy-browser-client/compare/v2.79.0...v2.80.0) (2024-02-16)
1
+ ## [2.81.1](https://github.com/eideasy/eideasy-browser-client/compare/v2.81.0...v2.81.1) (2024-02-20)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * browser client add trust 1 connector module ([#211](https://github.com/eideasy/eideasy-browser-client/issues/211)) ([d205930](https://github.com/eideasy/eideasy-browser-client/commit/d2059300ed5fb07c370ddec93702c9d517ce49b4))
6
+ * Make handleDriver callback optional ([#213](https://github.com/eideasy/eideasy-browser-client/issues/213)) ([32dd39d](https://github.com/eideasy/eideasy-browser-client/commit/32dd39d2bfd6b2662e979016cf5dce251aa61722))
7
7
 
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [2.81.2](https://github.com/eideasy/eideasy-browser-client/compare/v2.81.1...v2.81.2) (2024-03-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * Make id-card implementation handle batch signing completion asy… ([#214](https://github.com/eideasy/eideasy-browser-client/issues/214)) ([195c158](https://github.com/eideasy/eideasy-browser-client/commit/195c1583645d2a2177a21a23099b0d8c8365e28c))
7
+
8
+
9
+
10
+ ## [2.81.1](https://github.com/eideasy/eideasy-browser-client/compare/v2.81.0...v2.81.1) (2024-02-20)
11
+
12
+
13
+ ### Features
14
+
15
+ * Make handleDriver callback optional ([#213](https://github.com/eideasy/eideasy-browser-client/issues/213)) ([32dd39d](https://github.com/eideasy/eideasy-browser-client/commit/32dd39d2bfd6b2662e979016cf5dce251aa61722))
16
+
17
+
18
+
1
19
  # [2.81.0](https://github.com/eideasy/eideasy-browser-client/compare/v2.80.0...v2.81.0) (2024-02-20)
2
20
 
3
21