We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba1adf commit 294a64fCopy full SHA for 294a64f
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.3.3 (2024-10-30)
2
+
3
+### 🩹 Fixes
4
5
+- Fix eslint errors ([4dcdf8f](https://github.com/CrawlerCode/payload-authjs/commit/4dcdf8f))
6
7
+### 🏡 Chore
8
9
+- Migrate to @payloadcms/eslint-config 3 beta ([7d0ec8d](https://github.com/CrawlerCode/payload-authjs/commit/7d0ec8d))
10
+- **dev:** Update payload files ([e4a6282](https://github.com/CrawlerCode/payload-authjs/commit/e4a6282))
11
12
## 0.3.2 (2024-10-29)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.3.2",
+ "version": "0.3.3",
"type": "module",
"description": "A Payload CMS 3 plugin for Auth.js 5",
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
@@ -76,4 +76,4 @@
76
"@types/react": "npm:types-react@19.0.0-rc.1"
77
}
78
79
-}
+}
0 commit comments