Skip to content

Commit 357becd

Browse files
committed
chore(release): publish 0.8.1
1 parent ec8c72c commit 357becd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.8.1 (2025-04-14)
2+
3+
### 🩹 Fixes
4+
5+
- Change the behavior of the SignIn button for login with provider ([#24](https://github.com/CrawlerCode/payload-authjs/pull/24))
6+
- Remove email field duplication if enableLocalStrategy ([#29](https://github.com/CrawlerCode/payload-authjs/pull/29))
7+
8+
### 🏡 Chore
9+
10+
- **dev:** Allow login with username for local strategy ([b8c24b5](https://github.com/CrawlerCode/payload-authjs/commit/b8c24b5))
11+
- **nx:** Rename examples to example ([a0d1ab9](https://github.com/CrawlerCode/payload-authjs/commit/a0d1ab9))
12+
113
## 0.8.0 (2025-04-06)
214

315
### 🚀 Features

packages/payload-authjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "git@github.com:CrawlerCode/payload-authjs.git",

0 commit comments

Comments
 (0)