Skip to content

Commit de52013

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.1...v3.2.0) (2026-03-16) ### Bug Fixes * **auth:** run user sync in hooks immediately and fix auth methods path ([b7fc11b](b7fc11b)) ### Features * **dev:** run Better Auth as standalone Hono server ([ab7dc21](ab7dc21))
1 parent b7fc11b commit de52013

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.2.0](https://github.com/benjaminpreiss/payload-better-auth/compare/v3.1.1...v3.2.0) (2026-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **auth:** run user sync in hooks immediately and fix auth methods path ([b7fc11b](https://github.com/benjaminpreiss/payload-better-auth/commit/b7fc11b1e0610f7c0fb719c54be9a8b83d551eda))
7+
8+
9+
### Features
10+
11+
* **dev:** run Better Auth as standalone Hono server ([ab7dc21](https://github.com/benjaminpreiss/payload-better-auth/commit/ab7dc212b93a55bbb71fa2fb98ce1a7b93437a46))
12+
113
## [3.1.1](https://github.com/benjaminpreiss/payload-better-auth/compare/v3.1.0...v3.1.1) (2026-03-12)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-better-auth",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "A Payload CMS plugin that integrates Better Auth for seamless user authentication and management",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)