Skip to content

Commit 51b2677

Browse files
committed
chore(release): publish 0.6.0
1 parent d354a51 commit 51b2677

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.6.0 (2025-01-27)
2+
3+
### 🚀 Features
4+
5+
- Add support for virtual fields (jwt session strategy) ([d20f863](https://github.com/CrawlerCode/payload-authjs/commit/d20f863))
6+
- Add PayloadAuthjsUser helper type for authjs module declaration ([c7e8f08](https://github.com/CrawlerCode/payload-authjs/commit/c7e8f08))
7+
- **withPayload:** Add custom evens to withPayload function ([89e749c](https://github.com/CrawlerCode/payload-authjs/commit/89e749c))
8+
9+
### 🩹 Fixes
10+
11+
- **PayloadAdapter:** Improve data transformation and forward additional fields ([9052f38](https://github.com/CrawlerCode/payload-authjs/commit/9052f38))
12+
13+
### 🏡 Chore
14+
15+
- Replace banner ([d354a51](https://github.com/CrawlerCode/payload-authjs/commit/d354a51))
16+
117
## 0.5.0 (2025-01-25)
218

319
### 🚀 Features

packages/payload-authjs/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.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "git@github.com:CrawlerCode/payload-authjs.git",

0 commit comments

Comments
 (0)