@eid-easy/eideasy-browser-client 2.100.1 → 2.100.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-LATEST.md +2 -2
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [2.100.1](https://github.com/eideasy/eideasy-browser-client/compare/v2.100.0...v2.100.1) (2024-08-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Update action type for Se BankID ([#242](https://github.com/eideasy/eideasy-browser-client/issues/242)) ([fcaa473](https://github.com/eideasy/eideasy-browser-client/commit/fcaa4737a3490486145c89dd9f9bd827c82ccf00))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-browser-client",
|
|
3
|
-
"version": "2.100.
|
|
3
|
+
"version": "2.100.2",
|
|
4
4
|
"description": "eideasy-browser-client is a handy tool that you can use to handle the client side parts of the identification and signing flows when using eID Easy API.",
|
|
5
5
|
"main": "dist/eideasy-browser-client.js",
|
|
6
6
|
"sri": "sha256-A8a00vRYbZ1d8y9wc/W5HgTg405kmBTo1/O44eTT+lQ=",
|
|
7
|
-
"productionReleaseVersion": "2.100.
|
|
7
|
+
"productionReleaseVersion": "2.100.2",
|
|
8
8
|
"productionReleaseSri": "sha256-A8a00vRYbZ1d8y9wc/W5HgTg405kmBTo1/O44eTT+lQ=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|