diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8508e..e8c3a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.14 + +[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.13...v0.1.14) + +### 🚀 Enhancements + +- 提供authjs模式下signIn, signOut方法返回类型 ([a458f81](https://github.com/roshan-labs/auth/commit/a458f81)) + +### ❤️ Contributors + +- XiangGao <392041299@qq.com> + ## v0.1.13 [compare changes](https://github.com/roshan-labs/auth/compare/v0.1.12...v0.1.13) diff --git a/package.json b/package.json index 412e68a..14d4c32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roshan-labs/auth", - "version": "0.1.13", + "version": "0.1.14", "description": "Nuxt3 auth module", "repository": "https://github.com/roshan-labs/auth", "license": "MIT",