Skip to content

Commit 89302a3

Browse files
committed
chore(release): publish 0.9.0
1 parent c8bdcd1 commit 89302a3

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.9.0 (2025-10-06)
2+
3+
### 🚀 Features
4+
5+
- Add support for Auth.js passkey provider ([#45](https://github.com/CrawlerCode/payload-authjs/pull/45))
6+
- Receive the auth.js instance from the payload using getAuthjsInstance ([8230215](https://github.com/CrawlerCode/payload-authjs/commit/8230215))
7+
8+
### 🩹 Fixes
9+
10+
- Enforce stricter types ([50aa494](https://github.com/CrawlerCode/payload-authjs/commit/50aa494))
11+
- Check user strategy in refresh hook ([#47](https://github.com/CrawlerCode/payload-authjs/pull/47))
12+
13+
### 🏡 Chore
14+
15+
- Add bundle size badge to README ([c8bdcd1](https://github.com/CrawlerCode/payload-authjs/commit/c8bdcd1))
16+
- **deps:** Update npm dependencies ([dbd0141](https://github.com/CrawlerCode/payload-authjs/commit/dbd0141))
17+
- **nx:** Use payload-authjs as workspace package for dev project ([22021c4](https://github.com/CrawlerCode/payload-authjs/commit/22021c4))
18+
119
## 0.8.4 (2025-09-02)
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.4",
3+
"version": "0.9.0",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": {

0 commit comments

Comments
 (0)