Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan authored Dec 19, 2024
1 parent 296f1c2 commit 9d39a75
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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.5.0"
".": "1.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.5.0...v1.6.0) (2024-12-19)


### Features

* 重构微信公众号登录,逻辑更加清晰,配置更加方便 ([bba4bbd](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/bba4bbd8a3d761b1138760570a9572af54a685e0))


### Bug Fixes

* 修正captchaManager ([c0be2c9](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/c0be2c926fa19367257208150d4aaa12ee685163))

## [1.5.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.4.3...v1.5.0) (2024-11-18)


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

0 comments on commit 9d39a75

Please sign in to comment.