diff --git a/CHANGELOG.md b/CHANGELOG.md index fb27d0d..15940f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.17 + +[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.16...v0.1.17) + +### 🩹 Fixes + +- UseAuth()返回data类型错误 ([3c06ea8](https://github.com/roshan-labs/auth/commit/3c06ea8)) + +### ❤️ Contributors + +- XiangGao <392041299@qq.com> + ## v0.1.16 [compare changes](https://github.com/roshan-labs/auth/compare/v0.1.15...v0.1.16) diff --git a/package.json b/package.json index 408648d..f36cd22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roshan-labs/auth", - "version": "0.1.16", + "version": "0.1.17", "description": "Nuxt3 auth module", "repository": "https://github.com/roshan-labs/auth", "license": "MIT",