Skip to content

Commit 3d55388

Browse files
committed
chore(release): publish 0.4.0
1 parent edaf753 commit 3d55388

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.4.0 (2024-12-08)
2+
3+
### 🚀 Features
4+
5+
- Set default access control (read, update and delete own user) ([edaf753](https://github.com/CrawlerCode/payload-authjs/commit/edaf753))
6+
7+
### 🩹 Fixes
8+
9+
- **PayloadAdapter:** Check account provider in getUserByAccount method ([75b88c0](https://github.com/CrawlerCode/payload-authjs/commit/75b88c0))
10+
11+
### 🏡 Chore
12+
13+
- Migrate to payload 3 stable version ([2db3139](https://github.com/CrawlerCode/payload-authjs/commit/2db3139))
14+
- Update dependencies ([d7338aa](https://github.com/CrawlerCode/payload-authjs/commit/d7338aa))
15+
116
## 0.3.4 (2024-11-03)
217

318
### 🩹 Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "[email protected]:CrawlerCode/payload-authjs.git",

0 commit comments

Comments
 (0)