Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.8.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.7.0...v1.8.0) (2025-02-03)


### Features

* add Feishu login support ([56aa165](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/56aa1655c037139bdf99fac6583ee18a6e986c84))


### Bug Fixes

* 修复登录并绑定条件判断错误问题 ([ed7c841](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/ed7c8417bdb1224429c3ec132238417817632669))
* 修复飞书的参数配置问题 ([ed7c841](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/ed7c8417bdb1224429c3ec132238417817632669))
* 修正authing不能自动读取环境变量的问题 ([3427905](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/3427905e851ebaafa2a36b35d34cda0cd097e079))

## [1.7.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.6.0...v1.7.0) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-auth-oauth",
"private": true,
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"main": "index.js",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth-oauth",
"version": "1.7.0",
"version": "1.8.0",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down