Skip to content

Commit 1a5d9f9

Browse files
committed
chore(release): publish 0.8.4
1 parent d7e64fc commit 1a5d9f9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.8.4 (2025-09-02)
2+
3+
### 🩹 Fixes
4+
5+
- Destroy authjs session using payload logout hook instead of overriding logout endpoints ([#11900](https://github.com/CrawlerCode/payload-authjs/issues/11900))
6+
- Remove custom array id field for verificationTokens ([#41](https://github.com/CrawlerCode/payload-authjs/pull/41))
7+
- **PayloadSessionProvider:** Unset the local session then request failed ([ada1fdf](https://github.com/CrawlerCode/payload-authjs/commit/ada1fdf))
8+
- **SignInButton:** Mount authjs SessionProvider to the admin panel to provide custom base path ([#44](https://github.com/CrawlerCode/payload-authjs/pull/44))
9+
10+
### 🏡 Chore
11+
12+
- **deps:** Update npm dependencies ([3885fc4](https://github.com/CrawlerCode/payload-authjs/commit/3885fc4))
13+
- **dev:** Improve session overview and sign in/out buttons ([c2d6698](https://github.com/CrawlerCode/payload-authjs/commit/c2d6698))
14+
15+
### 📓 Examples
16+
17+
- Use authjs signOut server action ([#43](https://github.com/CrawlerCode/payload-authjs/pull/43))
18+
119
## 0.8.3 (2025-07-29)
220

321
### 🩹 Fixes

packages/payload-authjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": {

0 commit comments

Comments
 (0)