diff --git a/CHANGELOG.md b/CHANGELOG.md index e088b5f..8615fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.1.6 + +[compare changes](https://github.com/roshan-labs/auth/compare/v0.1.5...v0.1.6) + +### 🚀 Enhancements + +- 增加authjs内部csrf验证 ([b815237](https://github.com/roshan-labs/auth/commit/b815237)) + +### 🏡 Chore + +- 更新依赖 ([794b8a8](https://github.com/roshan-labs/auth/commit/794b8a8)) + +### ❤️ Contributors + +- XiangGao <392041299@qq.com> + ## v0.1.5 [compare changes](https://github.com/roshan-labs/auth/compare/v0.1.4...v0.1.5) diff --git a/package.json b/package.json index c0775e9..69b4308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roshan-labs/auth", - "version": "0.1.5", + "version": "0.1.6", "description": "Nuxt3 auth module", "repository": "https://github.com/roshan-labs/auth", "license": "MIT",