We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5cd51 commit 6949b16Copy full SHA for 6949b16
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.2.10](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.9...v1.2.10) (2025-02-28)
2
+
3
+### Features
4
5
+- validate authId before token refresh ([90fdd07](https://github.com/lemoncloud-io/lemon-web-core/commit/90fdd073137f1f052ddd67d5dc3e6a5495b5a2ec))
6
7
## [1.2.9](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.8...v1.2.9) (2025-02-22)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@lemoncloud/lemon-web-core",
- "version": "1.2.9",
+ "version": "1.2.10",
"description": "Core Web-based Library for signing request at LEMONCLOUD",
"repository": "lemoncloud-io/lemon-web-core",
"exports": "./dist/index.js",
0 commit comments