diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f1ef6..4e1cd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.5.0...v1.6.0) (2024-12-19) + + +### Features + +* 重构微信公众号登录,逻辑更加清晰,配置更加方便 ([bba4bbd](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/bba4bbd8a3d761b1138760570a9572af54a685e0)) + + +### Bug Fixes + +* 修正captchaManager ([c0be2c9](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/c0be2c926fa19367257208150d4aaa12ee685163)) + ## [1.5.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.4.3...v1.5.0) (2024-11-18) diff --git a/package.json b/package.json index cb00c07..4a27edf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-auth-oauth", "private": true, - "version": "1.5.0", + "version": "1.6.0", "description": "", "main": "index.js", "workspaces": [ diff --git a/packages/next-auth-oauth/package.json b/packages/next-auth-oauth/package.json index a5fb76d..49711ea 100644 --- a/packages/next-auth-oauth/package.json +++ b/packages/next-auth-oauth/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-oauth", - "version": "1.5.0", + "version": "1.6.0", "description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。", "main": "dist/index.js", "types": "dist/index.d.ts",