Skip to content

Commit

Permalink
chore(main): release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 12, 2024
1 parent 7495e47 commit abf09a2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 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.1.1"
".": "1.1.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.2](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.1...v1.1.2) (2024-10-12)


### Bug Fixes

* ... ([7495e47](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/7495e4743526e8ceec17fd4a7a678fe78df8b958))
* 增加npmrc来发布 ([ac94bef](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/ac94beffb3588537b70866bfced9eaab3bf991f4))
* 调试 ([84b8328](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/84b8328599787ed807185202c6904d44b339cb88))

## [1.1.1](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.0...v1.1.1) (2024-10-12)


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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/wechat-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth-oauth/wechat-provider",
"version": "1.1.1",
"version": "1.1.2",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit abf09a2

Please sign in to comment.