diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d719a72..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.3" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b78ef47..620705e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.3...v1.2.0) (2024-10-18) + + +### Features + +* add Gitee as an authentication provider ([9f24ebb](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/9f24ebbe3fca6ed735cd8a1f431e612d623057f4)) +* 增加微博登录功能 ([d1f0e24](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/d1f0e247aa918c5fdfaaadaf67c7978163a2ca00)) + ## [1.1.3](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.2...v1.1.3) (2024-10-13) diff --git a/package.json b/package.json index b30d98e..7e5977e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-auth-oauth", "private": true, - "version": "1.1.3", + "version": "1.2.0", "description": "", "main": "index.js", "workspaces": [ diff --git a/packages/next-auth-oauth/package.json b/packages/next-auth-oauth/package.json index f734431..65b7ca5 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.1.3", + "version": "1.2.0", "description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。", "main": "dist/index.esm.js", "types": "dist/index.d.ts",