Skip to content

Commit 094a0fc

Browse files
committed
chore(release): publish 0.3.1
1 parent 7ac9c78 commit 094a0fc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
## 0.3.0 (2024-09-12)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
66
"description": "A Payload CMS 3 plugin for Auth.js 5",

0 commit comments

Comments
 (0)