Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 21, 2024
1 parent 5e473ee commit 78cd9bc
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.2.0"
".": "1.3.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.3.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.2.0...v1.3.0) (2024-10-21)


### Features

* **doc:** update authing doc/weibo doc ([5e473ee](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/5e473ee88a35fe8cbad4dd155bb6301a10460885))


### Bug Fixes

* rename wechat package name ([bf0288f](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/bf0288fe99a3a97f4834466eebde2410d6ad79bb))

## [1.2.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.3...v1.2.0) (2024-10-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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 78cd9bc

Please sign in to comment.