Skip to content

Commit 9e39919

Browse files
chore(main): release 1.8.0
1 parent 56aa165 commit 9e39919

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.7.0...v1.8.0) (2025-02-01)
4+
5+
6+
### Features
7+
8+
* add Feishu login support ([56aa165](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/56aa1655c037139bdf99fac6583ee18a6e986c84))
9+
10+
11+
### Bug Fixes
12+
13+
* 修复登录并绑定条件判断错误问题 ([ed7c841](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/ed7c8417bdb1224429c3ec132238417817632669))
14+
* 修复飞书的参数配置问题 ([ed7c841](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/ed7c8417bdb1224429c3ec132238417817632669))
15+
316
## [1.7.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.6.0...v1.7.0) (2025-01-31)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "next-auth-oauth",
33
"private": true,
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"description": "",
66
"main": "index.js",
77
"workspaces": [

packages/next-auth-oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-auth-oauth",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)