cidaas-javascript-sdk 3.1.2 → 3.1.3

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,6 +1,6 @@
1
- ## [3.1.2](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.1.1...v3.1.2) (2023-09-05)
1
+ ## [3.1.3](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v3.1.2...v3.1.3) (2023-09-05)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * semantic release format ([e73ccc3](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/e73ccc377ad14bdf7de3e89c91dca0b3d1c0c1d1))
6
+ * empty commit to retrigger aws upload job ([ea69820](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/ea69820b8ad65130a28f22f42ca92a9a88421b5e))
package/README.md CHANGED
@@ -2613,4 +2613,3 @@ The SDK will throws Custom Exception if something went wrong during the operatio
2613
2613
  |----------------- | ----------------------- |
2614
2614
  | 500 | during creation of WebAuth instance |
2615
2615
  | 417 | if there are any other failure |
2616
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cidaas-javascript-sdk",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "author": "cidaas by Widas ID GmbH",
5
5
  "description": "Cidaas native javascript sdk",
6
6
  "license": "MIT",