Skip to content

Commit 9026557

Browse files
chore(main): release 1.7.0 (#20)
1 parent 3807733 commit 9026557

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.6.0"
2+
".": "1.7.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.7.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.6.0...v1.7.0) (2025-01-31)
4+
5+
6+
### Features
7+
8+
* **packages:** 添加开发脚本并更新版本信息及优化代码 ([d4c0773](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/d4c0773ed958a0ac3e517035fad6a38df2d406e2))
9+
* 添加飞书登录支持,更新依赖 ([5d22b46](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/5d22b46d20446781c3ec9c402bc52e254d885707))
10+
11+
12+
### Bug Fixes
13+
14+
* 修正所有包的 license 字段 ([c7fe77c](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/c7fe77c901313b45a48c1f3676e02b4d00d1b962))
15+
316
## [1.6.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.5.0...v1.6.0) (2024-12-19)
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.6.0",
4+
"version": "1.7.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.6.0",
3+
"version": "1.7.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)