From b00c98b4f8c2e8ca1bcededa1d63714a7eca9f3f Mon Sep 17 00:00:00 2001 From: ChenWei Date: Fri, 20 Dec 2024 14:12:47 +0800 Subject: [PATCH] feat: npm pkg(auth) publish(0.0.16) --- xterio-auth/RELEASE.md | 3 +++ xterio-auth/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xterio-auth/RELEASE.md b/xterio-auth/RELEASE.md index 30657ce..fe000a0 100644 --- a/xterio-auth/RELEASE.md +++ b/xterio-auth/RELEASE.md @@ -21,3 +21,6 @@ - 新增登录方法api - 新增登录钱包api - 优化openPage + +# 0.0.16 +- 修复了一些topup问题 diff --git a/xterio-auth/package.json b/xterio-auth/package.json index a83050e..e67151e 100644 --- a/xterio-auth/package.json +++ b/xterio-auth/package.json @@ -1,6 +1,6 @@ { "name": "@xterio-sdk/auth", - "version": "0.0.15", + "version": "0.0.16", "description": "xterio-auth", "author": "xterio platform", "license": "ISC",