@eid-easy/eideasy-widget 2.61.1 → 2.62.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.
- package/CHANGELOG-LATEST.md +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/full/eideasy-widget.common.js +105 -64
- package/dist/full/eideasy-widget.umd.js +105 -64
- package/dist/full/eideasy-widget.umd.min.js +7 -7
- package/dist/index.html +1 -1
- package/package.json +4 -4
package/CHANGELOG-LATEST.md
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# [2.62.0](https://github.com/eideasy/eideasy-widget/compare/v2.61.1...v2.62.0) (2022-12-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add help messages for when the Belgian ID card software is missing ([#159](https://github.com/eideasy/eideasy-widget/issues/159)) ([7fff39c](https://github.com/eideasy/eideasy-widget/commit/7fff39c74c0d128b677c7b07ea28cd145da2c82b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [2.61.1](https://github.com/eideasy/eideasy-widget/compare/v2.61.0...v2.61.1) (2022-12-09)
|
|
2
11
|
|
|
3
12
|
|