We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3b8cc commit 8643f01Copy full SHA for 8643f01
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.6.1 (2025-02-05)
2
+
3
+### 🩹 Fixes
4
5
+- Fix findField function for subfields ([#13](https://github.com/CrawlerCode/payload-authjs/pull/13))
6
7
+### 📖 Documentation
8
9
+- Fix events header ([cce4e4c](https://github.com/CrawlerCode/payload-authjs/commit/cce4e4c))
10
11
+### 🏡 Chore
12
13
+- **deps:** Update npm dependencies ([804f3f3](https://github.com/CrawlerCode/payload-authjs/commit/804f3f3))
14
15
## 0.6.0 (2025-01-27)
16
17
### 🚀 Features
packages/payload-authjs/package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.6.0",
+ "version": "0.6.1",
"type": "module",
"description": "A Payload CMS 3 plugin for Auth.js 5",
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
0 commit comments