Skip to content

Commit d7194bc

Browse files
chore(main): release 1.2.0 (#7)
1 parent d1f0e24 commit d7194bc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1.3"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.3...v1.2.0) (2024-10-18)
4+
5+
6+
### Features
7+
8+
* add Gitee as an authentication provider ([9f24ebb](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/9f24ebbe3fca6ed735cd8a1f431e612d623057f4))
9+
* 增加微博登录功能 ([d1f0e24](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/d1f0e247aa918c5fdfaaadaf67c7978163a2ca00))
10+
311
## [1.1.3](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.2...v1.1.3) (2024-10-13)
412

513

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.1.3",
4+
"version": "1.2.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.1.3",
3+
"version": "1.2.0",
44
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
55
"main": "dist/index.esm.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)