We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9c78 commit 094a0fcCopy full SHA for 094a0fc
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.3.1 (2024-10-06)
2
+
3
4
+### 🩹 Fixes
5
6
+- Replace middleware by overwriting payload logout endpoint to destroy authjs session ([82b71c8](https://github.com/CrawlerCode/payload-authjs/commit/82b71c8))
7
8
+### 🏡 Chore
9
10
+- Update dependencies ([4ad020d](https://github.com/CrawlerCode/payload-authjs/commit/4ad020d))
11
+- Update nx configuration for conventional commits ([7ac9c78](https://github.com/CrawlerCode/payload-authjs/commit/7ac9c78))
12
13
## 0.3.0 (2024-09-12)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "payload-authjs",
- "version": "0.3.0",
+ "version": "0.3.1",
"type": "module",
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
"description": "A Payload CMS 3 plugin for Auth.js 5",
0 commit comments