We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0ab0d commit c064b33Copy full SHA for c064b33
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.8.3 (2025-07-29)
2
+
3
+### 🩹 Fixes
4
5
+- Remove duplicate custom array id fields ([6f0ab0d](https://github.com/CrawlerCode/payload-authjs/commit/6f0ab0d))
6
7
+### 🏡 Chore
8
9
+- Refactor repository and author fields in package.json for better structure ([9b4d548](https://github.com/CrawlerCode/payload-authjs/commit/9b4d548))
10
+- **deps:** Update npm dependencies ([5d1d6a3](https://github.com/CrawlerCode/payload-authjs/commit/5d1d6a3))
11
12
## 0.8.2 (2025-05-11)
13
14
### 🩹 Fixes
packages/payload-authjs/package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.8.2",
+ "version": "0.8.3",
"type": "module",
"description": "A Payload CMS 3 plugin for Auth.js 5",
"repository": {
0 commit comments