We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c874d1 commit 9845c48Copy full SHA for 9845c48
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.2.1 (2024-09-11)
2
+
3
4
+### 🩹 Fixes
5
6
+- **payload-adapter:** Allow user registration when using magic link ([#2](https://github.com/CrawlerCode/payload-authjs/pull/2))
7
8
## 0.2.0 (2024-09-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
"description": "A Payload CMS 3 plugin for Auth.js 5",
0 commit comments