diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fd9ce..dbbd250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.4](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.3...v1.2.4) (2024-09-26) + +### Features + +- add refreshCachedTokenV2 method ([f0ffb7e](https://github.com/lemoncloud-io/lemon-web-core/commit/f0ffb7ee6a4348a83afde491abe3fffb8e2b76d6)) + ## [1.2.3](https://github.com/lemoncloud-io/lemon-web-core/compare/v1.2.2...v1.2.3) (2024-08-29) ### Features diff --git a/package.json b/package.json index 64d9090..ce763ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lemoncloud/lemon-web-core", - "version": "1.2.3", + "version": "1.2.4", "description": "Core Web-based Library for signing request at LEMONCLOUD", "repository": "lemoncloud-io/lemon-web-core", "exports": "./dist/index.js",