From fba2a4be0a585c266a714931eeccea42a72814e1 Mon Sep 17 00:00:00 2001 From: ChenWei Date: Fri, 22 Nov 2024 17:40:31 +0800 Subject: [PATCH] feat: npm pkg(auth) publish(0.0.15) --- xterio-auth/RELEASE.md | 5 +++++ xterio-auth/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/xterio-auth/RELEASE.md b/xterio-auth/RELEASE.md index 99e3b35..30657ce 100644 --- a/xterio-auth/RELEASE.md +++ b/xterio-auth/RELEASE.md @@ -16,3 +16,8 @@ - 定制页面拓展+完善 - 新增api getOtac() - 优化sso登录流程 + +# 0.0.15 +- 新增登录方法api +- 新增登录钱包api +- 优化openPage diff --git a/xterio-auth/package.json b/xterio-auth/package.json index 4dd385b..a83050e 100644 --- a/xterio-auth/package.json +++ b/xterio-auth/package.json @@ -1,6 +1,6 @@ { "name": "@xterio-sdk/auth", - "version": "0.0.14", + "version": "0.0.15", "description": "xterio-auth", "author": "xterio platform", "license": "ISC",