Skip to content

Commit fd89406

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2024-08-29) ### Bug Fixes * fix missing identityToken in signature calculation ([f1cc9a4](f1cc9a4))
1 parent 3e70b7b commit fd89406

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [1.2.1](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.0...v1.2.1) (2024-06-24)
28

39
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lemoncloud/lemon-web-core",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Core Web-based Library for signing request at LEMONCLOUD",
55
"repository": "lemoncloud-io/lemon-web-core",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)