We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e70b7b commit fd89406Copy full SHA for fd89406
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.2.2](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.1...v1.2.2) (2024-08-29)
2
+
3
+### Bug Fixes
4
5
+- fix missing identityToken in signature calculation ([f1cc9a4](https://github.com/lemoncloud-io/lemon-web-core/commit/f1cc9a408a9eadce9346158effe549cca41dcca8))
6
7
## [1.2.1](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.0...v1.2.1) (2024-06-24)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-web-core",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Core Web-based Library for signing request at LEMONCLOUD",
"repository": "lemoncloud-io/lemon-web-core",
"exports": "./dist/index.js",
0 commit comments