diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 620705e..90ed83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7e5977e..d4f25ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-auth-oauth", "private": true, - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "index.js", "workspaces": [ diff --git a/packages/next-auth-oauth/package.json b/packages/next-auth-oauth/package.json index 65b7ca5..22fad62 100644 --- a/packages/next-auth-oauth/package.json +++ b/packages/next-auth-oauth/package.json @@ -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",